> For clean Markdown of any page, append .md to the page URL.
> For a complete documentation index, see https://docs.nvidia.com/holoscan/sdk-user-guide/llms.txt.
> For AI client integration (Claude Code, Cursor, etc.), connect to the MCP server at https://docs.nvidia.com/holoscan/sdk-user-guide/_mcp/server.

# holoscan::csi::PixelFormat

> CSI ingress data comes in one of these formats.

CSI ingress data comes in one of these formats.

```cpp showLineNumbers={false}
enum class holoscan::csi::PixelFormat
```

See the CSI-2 specification for details.

---

## Values

| Name     | Value | Description                                                   |
| -------- | ----- | ------------------------------------------------------------- |
| `RAW_8`  | `= 0` | One byte per pixel.                                           |
| `RAW_10` | `= 1` | 10 bits per pixel; arranged as 5 bytes representing 4 pixels. |
| `RAW_12` | `= 2` | 12 bits per pixel; arranged as 3 bytes representing 2 pixels. |