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

Method pixel_format

rustcv-camera/src/backend/linux/mod.rs:263–265  ·  view source on GitHub ↗
(&self)

Source from the content-addressed store, hash-verified

261 }
262 #[allow(dead_code)]
263 pub fn pixel_format(&self) -> PixelFormat {
264 self.pixel_format
265 }
266}
267
268// ─── Private implementation ─────────────────────────────────────────────────

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected