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

Method force_reset

rustcv-backend-v4l2/src/controls.rs:114–116  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

112
113impl SystemControl for V4l2System {
114 unsafe fn force_reset(&self) -> Result<()> {
115 Ok(())
116 }
117
118 fn set_trigger(&self, config: TriggerConfig) -> Result<()> {
119 if config.mode == TriggerMode::Off {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected