Pylon::SYUV422_UYVY#
Describes the memory layout of a YUV422_UYVY pixel with information about brightness and chroma for two pixels.
#include <pylon/Pixel.h>
Public Attributes#
Name | |
---|---|
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 |
Public Attributes Documentation#
variable U#
chroma U (both pixels)
variable Y1#
brightness Pixel 1
variable V#
chroma V (both pixels)
variable Y2#
brightness Pixel 2