Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ new
Method
new
rustcv-backend-v4l2/src/lib.rs:24–26 ·
view source on GitHub ↗
()
Source
from the content-addressed store, hash-verified
22
23
impl V4l2Driver {
24
pub fn new() -> Self {
25
Self
26
}
27
}
28
29
// 实现 Driver Trait
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected