This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

CC3200-video_camera



 TI,您好

       请问,video_camera例程里,关于rtp_timestamp和Ntp_timestamp的程序,你们给出了这样的:

sr_info.rtp_timestamp = cc_get_timestamp() * \
(SAMPLING_RATE/TIMER_CNTS_PER_SEC);

sr_info.ntp_timestamp.secs = (cc_get_timestamp()/TIMER_CNTS_PER_SEC) + \
(CUR_UTC_TIME);

sr_info.ntp_timestamp.nsec = (cc_u32) \
(cc_get_timestamp() % TIMER_CNTS_PER_SEC) * \
(TIMER_LOAD_VALUE * TIME_PER_TICK_IN_NSECS);

请问这段程序,给rtp_timestamp和Ntp_timestamp赋了什么值。

还有,请问一下NTP的时间,是不是当前的准确时间。那你们的程序是怎么得到当前的准确时间的?

谢谢,等候您的回答。