This class contains constants defining the available mediasubtype GUIDs that can be used when specifying a FrameType.
Namespace: TIS.Imaging
Introduced in version 3.0
| Property | Description | ||
| BY8 | 8-bit color raw format, top down. |
||
| RGB24 | 24-bit color image format, bottom up. |
||
| RGB32 | 32-bit color image format, bottom up. |
||
| RGB555 | [Deprecated] 16-bit color image format, bottom up. |
||
| RGB565 | [Deprecated] 16-bit color image format, bottom up. |
||
| RGB64 | RGB64 color image format. |
||
| RGB8 | [Deprecated] 8-bit gray image format, bottom up. |
||
| UYVY | UYVY color image format. |
||
| Y16 | Y16 color image format. |
||
| Y800 | 8-bit gray image format, top down. |
||
| YGB0 | [Deprecated] 10-bit grayscale format, top down. |
||
| YGB1 | [Deprecated] 10-bit grayscale format, top down. |
||
| YUY2 | YUY2 color image format. |
||