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

Method is_opened

rustcv-camera/src/videocapture.rs:78–81  ·  view source on GitHub ↗

Check if the camera is successfully opened. 检查摄像头是否已成功打开。

(&self)

Source from the content-addressed store, hash-verified

76 /// Check if the camera is successfully opened.
77 /// 检查摄像头是否已成功打开。
78 pub fn is_opened(&self) -> bool {
79 true // If construction succeeded, it's opened.
80 // 如果构造成功,则已打开。
81 }
82
83 /// Get the image width.
84 /// 获取图像宽度。

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected