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

Method pixel_format

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

Pixel format of the raw data. 原始数据的像素格式。

(&self)

Source from the content-addressed store, hash-verified

135 /// Pixel format of the raw data.
136 /// 原始数据的像素格式。
137 pub fn pixel_format(&self) -> PixelFormat {
138 self.pixel_format
139 }
140
141 /// Driver-assigned frame sequence number.
142 /// 驱动分配的帧序号。

Callers 2

decode_frameFunction · 0.45
run_resolution_testFunction · 0.45

Calls

no outgoing calls

Tested by

no test coverage detected