Spinnaker C
4.3.0.189
 
Modules | Functions
Spinnaker C API

SpinnakerPlatform C Include. More...

Modules

 Spinnaker C Definitions
 
 Error Handling
 The functions in this section provide access to additional information related to error returns.
 
 System Access
 The 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 Access
 The functions in this section provide access to information, objects, and functionality of interface lists. This includes updating, size and interface retrieval, and clearance.
 
 CameraList Access
 The functions in this section provide access to information, objects, and functionality of camera lists. This includes updating, size and camera retrieval, and clearance.
 
 ImageList Access
 The functions in this section provide access to information, objects, and functionality of image lists. This includes updating, size and image retrieval, and clearance.
 
 Interface Access
 The 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 Access
 The 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 Access
 The functions in this section provide access to video recording capabilities, which include opening, building, and closing video files.
 

Functions

SPINNAKERC_API spinCameraDiscoverMaxPacketSize (spinCamera hCamera, unsigned int *pMaxPacketSize)
 Returns the largest packet size that can be safely used on the interface that device is connected to. More...
 

Detailed Description

SpinnakerPlatform C Include.

Spinnaker C Definition Includes Spinnaker GenICam C Wrapper Includes Spinnaker QuickSpin C Includes

Spinnaker C Definition Includes

Function Documentation

◆ spinCameraDiscoverMaxPacketSize()

SPINNAKERC_API spinCameraDiscoverMaxPacketSize ( spinCamera  hCamera,
unsigned int *  pMaxPacketSize 
)

Returns the largest packet size that can be safely used on the interface that device is connected to.

See also
spinError
Parameters
hCameraThe camera to check
pMaxPacketSizeThe maximum packet size returned
Returns
spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error