Call me back | My basket | Checkout | Add to email list

     You are here: Website » Knowledge base

« back to website

DataAndConfigurationMessages / 104VideoFrameIndex

Video frame index

Channel Number104
Total Length9 bytes
ChannelData1Data2Data3Data4Data5Data6Data7Checksum

Video frame index = Data1 * 2^24 + Data2 * 2^16 + Data3 * 2^8 + Data4 if (Data6 & 0x80) = 0

Video PTS = Data1 * 2^24 + Data2 * 2^16 + Data3 * 2^8 + Data4 if (Data6 & 0x80) = 1

GOP averaged video system CPU load = Data5 * 0.5 (from 0 to 127.5%)

Free A/V buffers = Data6 and 0x0F (from 0 to 15)

Top half of Data6 is for future expansion.

Free MPG CF write blocks = Data7

This message is used to provide synchronization between the data file and the video file and checking the health status of the video system.

Page last modified on December 21, 2009, at 01:07 PM