pub unsafe extern "C" fn spinCameraListCreateEmpty(
phCameraList: *mut spinCameraList,
) -> spinErrorExpand description
Creates an empty camera list (camera lists created this way must be destroyed) @see spinError
@param phCameraList The camera list handle pointer in which the empty camera list is returned
@return spinError The error code; returns SPINNAKER_ERR_SUCCESS (or 0) for no error