System control implementation for MSMF cameras. Provides system-level operations such as reset and trigger control.
| 120 | /// |
| 121 | /// Provides system-level operations such as reset and trigger control. |
| 122 | struct MsmfSystem { |
| 123 | source_reader: SendableSourceReader, |
| 124 | } |
| 125 | |
| 126 | unsafe impl Send for MsmfSystem {} |
| 127 | unsafe impl Sync for MsmfSystem {} |
nothing calls this directly
no outgoing calls
no test coverage detected