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

Method height

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

Source from the content-addressed store, hash-verified

257 }
258 #[allow(dead_code)]
259 pub fn height(&self) -> u32 {
260 self.height
261 }
262 #[allow(dead_code)]
263 pub fn pixel_format(&self) -> PixelFormat {
264 self.pixel_format

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected