pub fn read_camera_state(unique_id: &str) -> Result<CameraState, ControlError>Expand description
Read every supported control range and auto-toggle state in one device open.
ยงErrors
ControlError::NotFound when no node matches unique_id.
pub fn read_camera_state(unique_id: &str) -> Result<CameraState, ControlError>Read every supported control range and auto-toggle state in one device open.
ControlError::NotFound when no node matches unique_id.