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

Class V4l2Sensor

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

--- 1. 传感器控制 (Sensor) ---

Source from the content-addressed store, hash-verified

37
38// --- 1. 传感器控制 (Sensor) ---
39struct V4l2Sensor {
40 dev: Arc<Device>,
41}
42
43impl SensorControl for V4l2Sensor {
44 fn set_exposure(&self, value_us: u32) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected