Skip to main content

control_range

Function control_range 

Source
pub fn control_range(
    unique_id: &str,
    control: CameraControl,
) -> Result<ControlRange, ControlError>
Expand description

Read one control’s range and current value.

§Errors

ControlError::Unsupported when the camera doesn’t expose the control.