Video Grabber User Manual - v. 1.19 (FW 1.29)
Appendix C: Broadcast UDP packet structure
When user sets the Output protocol to Broadcast (see 4.2.1.1, p. 20) then Video Grabber will start
broadcasting the captured data in the following packet format:
Magic value, 4 bytes: 'V', 'G', 'B', 'R'
Structure version number: 1
Type of video stream, see table below.
Consecutive video (picture) frame number
Number of data in one video frame
16-bit CRC (crc16-ccitt) of this video frame
Time marker in seconds, where zero is
1970-01-01 00:00:00 +0000 (UTC)
Time marker in microseconds, where zero is
1970-01-01 00:00:00 +0000 (UTC)
16-bit CRC (crc16-ccitt) of this frame header
Video (picture) frame data
The type of video stream is set using the following format:
0 – Microsoft BMP
1 – PNG
2 – JPEG2000
3 – JPEG
4 – RAW
5 – H264/ES
6 – LOSSLESS
0 – no compression
1 – ZIP
0 – VID_CRC field is not used (filled with random
values)
1 – VID_CRC field is used and filled with proper
CRC data