Skip to content

Pylon::SYUV422_UYVY#

Module: Image Handling Support

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#

uint8_t U;

chroma U (both pixels)

variable Y1#

uint8_t Y1;

brightness Pixel 1

variable V#

uint8_t V;

chroma V (both pixels)

variable Y2#

uint8_t Y2;

brightness Pixel 2