Pylon::SYUV422_YUYV#
Describes the memory layout of a YUV422_YUYV pixel with information about brightness and chroma for two pixels.
#include <pylon/Pixel.h>
Public Types#
Name | |
---|---|
typedef uint8_t | value_type |
Public Attributes#
Name | |
---|---|
uint8_t | Y1 brightness Pixel 1 |
uint8_t | U chroma U (both pixels) |
uint8_t | Y2 brightness Pixel 2 |
uint8_t | V chroma V (both pixels) |
Public Types Documentation#
typedef value_type#
typedef uint8_t Pylon::SYUV422_YUYV::value_type;
Public Attributes Documentation#
Y1#
uint8_t Y1;
brightness Pixel 1
U#
uint8_t U;
chroma U (both pixels)
Y2#
uint8_t Y2;
brightness Pixel 2
V#
uint8_t V;
chroma V (both pixels)
Updated on 5 July 2022 at 15:30:01