Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ V4l2Driver
Class
V4l2Driver
rustcv-backend-v4l2/src/lib.rs:15–15 ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
13
/// 通常作为全局单例存在
14
#[derive(Debug, Clone)]
15
pub struct V4l2Driver;
16
17
impl Default for V4l2Driver {
18
fn default() -> Self {
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected