MCPcopy Create free account
hub / github.com/RustCV/RustCV / set_exposure

Method set_exposure

rustcv-backend-avf/src/lib.rs:95–97  ·  view source on GitHub ↗
(&self, _value_us: u32)

Source from the content-addressed store, hash-verified

93
94impl SensorControl for DummyControl {
95 fn set_exposure(&self, _value_us: u32) -> Result<(), CameraError> {
96 Ok(())
97 }
98 fn get_exposure(&self) -> Result<u32, CameraError> {
99 Ok(0)
100 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected