Describes the memory layout of a YUV422_UYVY pixel with information about brightness and chroma for two pixels. More...
#include <pylon/Pixel.h>
Public Attributes | |
uint8_t | U |
chroma U (both pixels) | |
uint8_t | Y1 |
brightness Pixel 1 | |
uint8_t | V |
chroma V (both pixels) | |
uint8_t | Y2 |
brightness Pixel 2 | |
Describes the memory layout of a YUV422_UYVY pixel with information about brightness and chroma for two pixels.