Enum PixelFormat
Defined in File csi_formats.hpp
-
enum class holoscan::csi::PixelFormat
CSI ingress data comes in one of these formats. See the CSI-2 specification for details.
Values:
-
enumerator RAW_8
One byte per pixel
-
enumerator RAW_10
10 bits per pixel; arranged as 5 bytes representing 4 pixels.
-
enumerator RAW_12
12 bits per pixel; arranged as 3 bytes representing 2 pixels.
-
enumerator RAW_8