Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ get_exposure
Method
get_exposure
rustcv-backend-avf/src/lib.rs:98–100 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
96
Ok(())
97
}
98
fn get_exposure(&self) -> Result<u32, CameraError> {
99
Ok(0)
100
}
101
}
102
103
impl LensControl for DummyControl {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected