Skip to main content

control_ranges

Function control_ranges 

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

Read the range of every control this camera supports, skipping the rest.

ยงErrors

ControlError::NotFound when no node matches unique_id.