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