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.