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

Class MsmfLens

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

Lens control implementation for MSMF cameras. Provides focus and zoom control through the Media Foundation API.

Source from the content-addressed store, hash-verified

89///
90/// Provides focus and zoom control through the Media Foundation API.
91struct MsmfLens {
92 source_reader: SendableSourceReader,
93}
94
95unsafe impl Send for MsmfLens {}
96unsafe impl Sync for MsmfLens {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected