Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ default
Method
default
rustcv-core/src/builder.rs:21–23 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
19
20
impl Default for CameraConfig {
21
fn default() -> Self {
22
Self::new()
23
}
24
}
25
26
impl CameraConfig {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected