MCPcopy 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
30impl 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

mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45
mainFunction · 0.45

Calls 1

list_devicesFunction · 0.70

Tested by

no test coverage detected