Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
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
20
use rustcv_core::traits::{DeviceControls, DeviceInfo, Driver, Stream};
21
22
pub struct AvfDriver;
23
24
impl Default for AvfDriver {
25
fn default() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected