GVSP_PIXEL_FORMAT
Shows the GVSP (GigE Vision Streaming Protocol) pixel format.
Syntax
Definition:
TYPE GVSP_PIXEL_FORMAT :
STRUCT
Color : BYTE;
EffectivePixelSize : BYTE;
Id : UINT;
END_STRUCT
END_TYPE
Parameters
Name |
Type |
Description |
---|---|---|
Color |
BYTE |
Indicates if the pixel format is mono or color. |
EffectivePixelSize |
BYTE |
Effective pixel size in bit |
Id |
UINT |
GVSP pixel format ID |