GVSP_LEADER_PAYLOAD_IMAGE
Shows information over the GVSP (GigE Vision Streaming Protocol) leader payload image.
Syntax
Definition:
struct GVSP_LEADER_PAYLOAD_IMAGE
{
ULONGLONG Timestamp;
GVSP_PIXEL_FORMAT PixelFormat;
ULONG SizeX;
ULONG SizeY;
ULONG OffsetX;
ULONG OffsetY;
USHORT PaddingX;
USHORT PaddingY;
};
Parameters
Name |
Type |
Description |
---|---|---|
Timestamp |
ULONGLONG |
Image timestamp |
PixelFormat |
Image pixel format | |
SizeX |
ULONG |
Image size in x direction |
SizeY |
ULONG |
Image size in y direction |
OffsetX |
ULONG |
Image x-offset from (0,0) origin |
OffsetY |
ULONG |
Image y-offset from (0,0) origin |
PaddingX |
USHORT |
Image padding in x direction |
PaddingY |
USHORT |
Image padding in y direction |