Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ set_focus
Method
set_focus
rustcv-backend-avf/src/lib.rs:107–109 ·
view source on GitHub ↗
(&self, _focus: u32)
Source
from the content-addressed store, hash-verified
105
Ok(())
106
}
107
fn set_focus(&self, _focus: u32) -> Result<(), CameraError> {
108
Ok(())
109
}
110
}
111
112
impl SystemControl for DummyControl {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected