holoscan::csi::PixelFormat

Beta
View as Markdown

CSI ingress data comes in one of these formats.

enum class holoscan::csi::PixelFormat

See the CSI-2 specification for details.


Values

NameValueDescription
RAW_8= 0One byte per pixel.
RAW_10= 110 bits per pixel; arranged as 5 bytes representing 4 pixels.
RAW_12= 212 bits per pixel; arranged as 3 bytes representing 2 pixels.