Trait libcamera::control::DynControlEntry
source · pub trait DynControlEntry: Debug {
// Required methods
fn id(&self) -> u32;
fn value(&self) -> ControlValue;
}
Expand description
Dynamic Control, which does not have strong typing.