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

Class VideoCapture

rustcv/src/videoio/mod.rs:35–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33}
34
35pub struct VideoCapture {
36 cmd_tx: Sender<Command>,
37 res_rx: Receiver<Response>,
38 width: i32,
39 height: i32,
40 is_opened: bool,
41}
42
43impl VideoCapture {
44 pub fn new(index: u32) -> Result<Self> {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected