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

Method force_reset

rustcv-backend-msmf/src/controls.rs:130–132  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

128
129impl SystemControl for MsmfSystem {
130 unsafe fn force_reset(&self) -> Result<()> {
131 Ok(())
132 }
133
134 /// Configures the camera trigger mode.
135 ///

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected