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

Method default

rustcv-camera/src/config.rs:61–63  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

59
60impl Default for CameraConfig {
61 fn default() -> Self {
62 Self::new()
63 }
64}
65
66impl CameraConfig {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected