pub unsafe extern "C" fn POAGetSensorModeCount(
nCameraID: c_int,
pModeCount: *mut c_int,
) -> POAErrorsExpand description
@brief POAGetSensorModeCount: get the number of sensor mode
@param nCameraID (input), get from in the POACameraProperties structure, use POAGetCameraProperties function
@param pModeCount (output), pointer to a int value for saving the sensor mode count, NOTE: 0 means camera don’t supported mode selection
@return POA_OK: operation successful POA_ERROR_POINTER: pModeCount is NULL pointer POA_ERROR_INVALID_ID: no camera with this ID was found or the ID is out of boundary POA_ERROR_NOT_OPENED: camera not opened