Check if the camera is successfully opened. 检查摄像头是否已成功打开。
(&self)
| 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 | /// 获取图像宽度。 |
nothing calls this directly
no outgoing calls
no test coverage detected