Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ start
Method
start
rustcv-camera/src/backend/windows/mod.rs:31–33 ·
view source on GitHub ↗
(&mut self)
Source
from the content-addressed store, hash-verified
29
}
30
31
pub fn start(&mut self) -> Result<()> {
32
Err(CameraError::StreamNotStarted)
33
}
34
35
pub fn stop(&mut self) -> Result<()> {
36
Ok(())
Callers
nothing calls this directly
Calls
no outgoing calls
Tested by
no test coverage detected