spinCameraIsInitialized

Function spinCameraIsInitialized 

Source
pub unsafe extern "C" fn spinCameraIsInitialized(
    hCamera: spinCamera,
    pbInit: *mut bool8_t,
) -> spinError
Expand description

Checks whether a camera is currently initialized @see spinError

@param hCamera The camera to check @param pbInit The boolean pointer to return whether or not the camera is initialized

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