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

Method fps

rustcv-camera/src/config.rs:89–92  ·  view source on GitHub ↗

Set the desired frame rate. 设置期望的帧率。

(mut self, fps: u32)

Source from the content-addressed store, hash-verified

87 /// Set the desired frame rate.
88 /// 设置期望的帧率。
89 pub fn fps(mut self, fps: u32) -> Self {
90 self.fps = Some(fps);
91 self
92 }
93
94 /// Set the desired pixel format.
95 /// 设置期望的像素格式。

Callers 3

bench_resolutionsFunction · 0.45
openMethod · 0.45
run_resolution_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected