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

Method set_zoom

rustcv-backend-avf/src/lib.rs:104–106  ·  view source on GitHub ↗
(&self, _zoom: u32)

Source from the content-addressed store, hash-verified

102
103impl LensControl for DummyControl {
104 fn set_zoom(&self, _zoom: u32) -> Result<(), CameraError> {
105 Ok(())
106 }
107 fn set_focus(&self, _focus: u32) -> Result<(), CameraError> {
108 Ok(())
109 }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected