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

Class V4l2Lens

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

--- 2. 镜头控制 (Lens) ---

Source from the content-addressed store, hash-verified

77
78// --- 2. 镜头控制 (Lens) ---
79struct V4l2Lens {
80 dev: Arc<Device>,
81}
82
83impl LensControl for V4l2Lens {
84 fn set_zoom(&self, zoom: u32) -> Result<()> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected