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

Function create_dummy_controls

rustcv-backend-avf/src/lib.rs:82–88  ·  view source on GitHub ↗
()

Source from the content-addressed store, hash-verified

80}
81
82fn create_dummy_controls() -> DeviceControls {
83 DeviceControls {
84 sensor: Box::new(DummyControl),
85 lens: Box::new(DummyControl),
86 system: Box::new(DummyControl),
87 }
88}
89
90struct DummyControl;
91

Callers 1

openMethod · 0.85

Calls

no outgoing calls

Tested by

no test coverage detected