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