spinSystemGetCameras

Function spinSystemGetCameras 

Source
pub unsafe extern "C" fn spinSystemGetCameras(
    hSystem: spinSystem,
    hCameraList: spinCameraList,
) -> spinError
Expand description

Retrieves a list of detected (and enumerable) cameras on the system; camera lists must be created and destroyed

@see spinCameraListCreateEmpty() @see spinCameraListDestroy() @see spinError

@param hSystem The system, from which the camera list is retrieved @param hCameraList The camera list to house the cameras from the system

@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error