Sensor control implementation for MSMF cameras. Provides exposure control through the Media Foundation API.
| 46 | /// |
| 47 | /// Provides exposure control through the Media Foundation API. |
| 48 | struct MsmfSensor { |
| 49 | source_reader: SendableSourceReader, |
| 50 | } |
| 51 | |
| 52 | unsafe impl Send for MsmfSensor {} |
| 53 | unsafe impl Sync for MsmfSensor {} |
nothing calls this directly
no outgoing calls
no test coverage detected