pub unsafe extern "C" fn spinCameraListGet(
hCameraList: spinCameraList,
index: size_t,
phCamera: *mut spinCamera,
) -> spinErrorExpand description
Retrieves a camera from a camera list using an index. This function will return a SPINNAKER_ERR_INVALID_PARAMETER error if the input index is out of range. @see spinError
@param hCameraList The camera list of the camera to retrieve @param index The index of the camera @param phCamera The camera handle pointer in which the camera is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error