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

Method force_reset

rustcv-backend-avf/src/lib.rs:113–115  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

111
112impl SystemControl for DummyControl {
113 unsafe fn force_reset(&self) -> Result<(), CameraError> {
114 Ok(())
115 }
116 fn set_trigger(&self, _config: TriggerConfig) -> Result<(), CameraError> {
117 Ok(())
118 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected