Skip to content

NTP time of IP cameras

It is possible to obtain the NTP time of the current video frame being decoded by invoking:

__int64 FrameNTPTime;
IDatasteadRTSPSourceConfig3->GetInt64 ("RTSP_VideoStream_Frame_NTP_time_100ns_int64", &FrameNTPTime);

The value is expressed in 100 nanoseconds units.