Skip to main content

set_auto

Function set_auto 

Source
pub fn set_auto(
    unique_id: &str,
    toggle: AutoToggle,
    on: bool,
) -> Result<(), ControlError>
Expand description

Turn one auto mode on or off.

ยงErrors

ControlError::Unsupported when the camera has no such toggle.