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

Method camera

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

Access the underlying [`Camera`] for advanced operations. 访问底层 [`Camera`] 进行高级操作。

(&self)

Source from the content-addressed store, hash-verified

95 /// Access the underlying [`Camera`] for advanced operations.
96 /// 访问底层 [`Camera`] 进行高级操作。
97 pub fn camera(&self) -> &Camera {
98 &self.camera
99 }
100}

Callers 1

run_resolution_testFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected