MCPcopy Create free account
hub / github.com/RustCV/RustCV / open

Method open

rustcv-camera/src/backend/windows/mod.rs:25–29  ·  view source on GitHub ↗
(&mut self, _device: &str, _config: &CameraConfig)

Source from the content-addressed store, hash-verified

23 }
24
25 pub fn open(&mut self, _device: &str, _config: &CameraConfig) -> Result<ResolvedConfig> {
26 Err(CameraError::DeviceNotFound(
27 "Windows Media Foundation backend is not yet implemented".to_string(),
28 ))
29 }
30
31 pub fn start(&mut self) -> Result<()> {
32 Err(CameraError::StreamNotStarted)

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected