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

Method sequence

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

Driver-assigned frame sequence number. 驱动分配的帧序号。

(&self)

Source from the content-addressed store, hash-verified

141 /// Driver-assigned frame sequence number.
142 /// 驱动分配的帧序号。
143 pub fn sequence(&self) -> u64 {
144 self.sequence
145 }
146
147 /// Kernel capture timestamp in microseconds.
148 /// 内核采集时间戳(微秒)。

Callers 2

bench_detailed_statsFunction · 0.80
mainFunction · 0.80

Calls

no outgoing calls

Tested by

no test coverage detected