Spinnaker C
4.3.0.189
 
Modules
Here is a list of all modules:
[detail level 123]
 Spinnaker C QuickSpin API
 QuickSpin AccessThe functions in this section initialize the various QuickSpin structs for the C API
 Transport Layer Enumerations
 TLDevice Structures
 TLInterface Structures
 TLStream Structures
 TLSystem Structures
 Spinnaker C APISpinnakerPlatform C Include
 Spinnaker C Definitions
 Camera Enumerations
 Chunk Data Structures
 Spinnaker C HandlesSpinnaker C handle definitions
 Spinnaker C Function SignaturesSpinnaker C function signature definitions
 Spinnaker C EnumerationsSpinnaker C enumumeration definitions
 Spinnaker C StructuresSpinnaker C structure definitions
 Error HandlingThe functions in this section provide access to additional information related to error returns
 System AccessThe functions in this section provide access to information, objects, and functionality of the system object. This includes the system object, interface and camera lists, and interface and logging events
 InterfaceList AccessThe functions in this section provide access to information, objects, and functionality of interface lists. This includes updating, size and interface retrieval, and clearance
 CameraList AccessThe functions in this section provide access to information, objects, and functionality of camera lists. This includes updating, size and camera retrieval, and clearance
 ImageList AccessThe functions in this section provide access to information, objects, and functionality of image lists. This includes updating, size and image retrieval, and clearance
 Interface AccessThe functions in this section provide access to information, objects, and functionality of interfaces. This includes camera list and nodemap retrieval, event handler registration, and interface release
 Camera AccessThe functions in this section provide access to information, objects, and functionality of cameras. This includes nodemap retrieval, acquisition and init commands, event handler registration, and camera property retrieval
 SpinVideo Recording AccessThe functions in this section provide access to video recording capabilities, which include opening, building, and closing video files
 Image AccessThe functions in this section provide access to information and functionality of images. This includes creation, destruction, and saving as well as a wealth of information including things like width, height, stride, and timestamp
 Image Processor AccessThe functions in this section provide access to information and functionality of image processor. This includes image processor creation, deletion, image conversion, image decompression and image post processing methods
 Event AccessThe functions in this section allow for the creation and destruction of events
 ImageStatistics AccessThe functions in this section provide access to information and functionality related to image statistics. This includes context creation and destruction, the enabling and disabling of channels, and value retrieval
 Logging Event Data AccessThe functions in this section allow for the retrieval of logging event data
 Device Event Data AccessThe functions in this section allow for the retrieval of device event data
 Chunk data accessThe functions in this section provide access to chunk data stored on images
 Spinnaker C GenICam API
 Node Map AccessThe functions in this section provide access to information, objects, and functionality related to nodemaps. This includes nodes, node counts, and polling
 Node AccessThe functions in this section provide access to information and objects retrieved from nodes. This includes node properties and callback registration
 IValue AccessThe functions in this section provide access to nodes as value nodes. As value nodes are not an actual node type, the functions are named as regular nodes. Functions include reading from and writing to any node with a string
 String AccessThe functions in this section provide access to string nodes using character pointers and arrays. This includes getters and setters of values and value lengths
 IInteger AccessThe functions in this section provide access to integer nodes using the int64_t data type. This includes value getters and setters, min, max, and increment functions, and node representation
 IFloat AccessThe functions in this section provide access to float nodes using double as the data type. This includes value getters and setters, min and max functions, and node representation
 IEnumeration AccessThe functions in this section provide access to enum nodes. This includes retrieving the number of entries, an entry by index or name, retrieving the current entry node, or setting the node using an integer
 IEnumEntry AccessThe functions in this section provide access to entry nodes This includes retrieving the integer value or the symbolic of an entry
 IBoolean AccessThe functions in this section provide access to boolean nodes using the bool8_t data type, values represented with 'True' and 'False'. This includes value getters and setters
 ICommand AccessThe functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks
 ICategory AccessThe functions in this section all provide access to information and objects retrieved from nodes. This includes node properties and callbacks
 IRegister AccessThe functions in this section provide access to register nodes. This includes access to the node, its address and length, and reference
 Spinnaker C GenICam HandlesHandle definitions for Spinnaker C GenICam API
 Spinnaker C GenICam EnumerationsEnumeration definitions for Spinnaker C GenICam API