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

Method config

rustcv-camera/src/camera.rs:141–143  ·  view source on GitHub ↗

Get the resolved (actual) configuration. 获取已协商的(实际)配置。

(&self)

Source from the content-addressed store, hash-verified

139 /// Get the resolved (actual) configuration.
140 /// 获取已协商的(实际)配置。
141 pub fn config(&self) -> &ResolvedConfig {
142 &self.config
143 }
144
145 /// Get the current image width.
146 /// 获取当前图像宽度。

Callers 1

mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected