GVSP_IMAGE_INFO
Shows GVSP (GigE Vision Streaming Protocol) meta information.
Syntax
Definition:
struct GVSP_IMAGE_INFO
{
ULONG CameraIpAddress;
ULONG LocalIpAddress;
USHORT CameraUdpPort;
USHORT LocalUdpPort;
USHORT GvspChannelId;
USHORT GevStatus;
ULONGLONG BlockId;
GVSP_LEADER_PAYLOAD_IMAGE LeaderInfo;
};Parameters
|
Name |
Type |
Description |
|---|---|---|
|
CameraIpAddress |
ULONG |
Camera IP address |
|
LocalIpAddress |
ULONG |
Local IP address |
|
CameraUdpPort |
USHORT |
Camera UDP port |
|
LocalUdpPort |
USHORT |
Local UDP port |
|
GvspChannelId |
USHORT |
ID of GVSP channel |
|
GevStatus |
USHORT |
GigE Vision status code |
|
BlockId |
ULONGLONG |
Block Id (incremented for each acquired image, but reset to 0 on overflow) |
|
LeaderInfo |
Contains information about timestamp, pixel format and size. |