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