pub struct AeEnable(pub bool);
Expand description
Enable or disable the AEGC algorithm. When this control is set to true, both ExposureTimeMode and AnalogueGainMode are set to auto, and if this control is set to false then both are set to manual.
If ExposureTimeMode or AnalogueGainMode are also set in the same request as AeEnable, then the modes supplied by ExposureTimeMode or AnalogueGainMode will take precedence.
\sa ExposureTimeMode AnalogueGainMode
Tuple Fields§
§0: bool
Trait Implementations§
Source§impl From<AeEnable> for ControlValue
impl From<AeEnable> for ControlValue
Source§impl TryFrom<ControlValue> for AeEnable
impl TryFrom<ControlValue> for AeEnable
Source§type Error = ControlValueError
type Error = ControlValueError
The type returned in the event of a conversion error.
impl Control for AeEnable
Auto Trait Implementations§
impl Freeze for AeEnable
impl RefUnwindSafe for AeEnable
impl Send for AeEnable
impl Sync for AeEnable
impl Unpin for AeEnable
impl UnwindSafe for AeEnable
Blanket Implementations§
Source§impl<T> BorrowMut<T> for Twhere
T: ?Sized,
impl<T> BorrowMut<T> for Twhere
T: ?Sized,
Source§fn borrow_mut(&mut self) -> &mut T
fn borrow_mut(&mut self) -> &mut T
Mutably borrows from an owned value. Read more