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

Class AvfDriver

rustcv-backend-avf/src/lib.rs:22–22  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

20use rustcv_core::traits::{DeviceControls, DeviceInfo, Driver, Stream};
21
22pub struct AvfDriver;
23
24impl Default for AvfDriver {
25 fn default() -> Self {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected