Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/RustCV/RustCV
/ fps
Method
fps
rustcv-core/src/builder.rs:44–47 ·
view source on GitHub ↗
添加帧率要求
(mut self, fps: u32, p: Priority)
Source
from the content-addressed store, hash-verified
42
43
/// 添加帧率要求
44
pub fn fps(mut self, fps: u32, p: Priority) -> Self {
45
self.fps_req = Some((fps, p));
46
self
47
}
48
49
/// 添加像素格式要求
50
/// 支持传入 PixelFormat 或 FourCC (会自动转换)
Callers
6
main
Function · 0.45
main_body
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
main
Function · 0.45
Calls
no outgoing calls
Tested by
no test coverage detected