Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ list_devices
Method
list_devices
rustcv-backend-v4l2/src/lib.rs:31–33 ·
view source on GitHub ↗
(&self)
Source
from the content-addressed store, hash-verified
29
// 实现 Driver Trait
30
impl Driver for V4l2Driver {
31
fn list_devices(&self) -> Result<Vec<rustcv_core::traits::DeviceInfo>> {
32
device::list_devices()
33
}
34
35
fn open(
36
&self,
Callers
4
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
1
list_devices
Function · 0.70
Tested by
no test coverage detected