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

Class MsmfSystem

rustcv-backend-msmf/src/controls.rs:122–124  ·  view source on GitHub ↗

System control implementation for MSMF cameras. Provides system-level operations such as reset and trigger control.

Source from the content-addressed store, hash-verified

120///
121/// Provides system-level operations such as reset and trigger control.
122struct MsmfSystem {
123 source_reader: SendableSourceReader,
124}
125
126unsafe impl Send for MsmfSystem {}
127unsafe impl Sync for MsmfSystem {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected