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

Class MsmfSensor

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

Sensor control implementation for MSMF cameras. Provides exposure control through the Media Foundation API.

Source from the content-addressed store, hash-verified

46///
47/// Provides exposure control through the Media Foundation API.
48struct MsmfSensor {
49 source_reader: SendableSourceReader,
50}
51
52unsafe impl Send for MsmfSensor {}
53unsafe impl Sync for MsmfSensor {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected