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