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

Class V4l2System

rustcv-backend-v4l2/src/controls.rs:109–111  ·  view source on GitHub ↗

--- 3. 系统控制 (System) ---

Source from the content-addressed store, hash-verified

107
108// --- 3. 系统控制 (System) ---
109struct V4l2System {
110 dev: Arc<Device>,
111}
112
113impl SystemControl for V4l2System {
114 unsafe fn force_reset(&self) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected