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

Method is_opened

rustcv/src/videoio/mod.rs:293–295  ·  view source on GitHub ↗

... 其他 getter ...

(&self)

Source from the content-addressed store, hash-verified

291 }
292 }
293
294 // ... 其他 getter ...
295 pub fn is_opened(&self) -> bool {
296 self.is_opened
297 }
298 pub fn get_width(&self) -> i32 {

Callers 1

mainFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected