Calculate accurate Image capture time for Axis H.264 #884
Replies: 2 comments 4 replies
-
This automatically generated reply acts as a friendly reminder. Answers to your questions will most often come from the community, from developers like yourself. You will, from time to time, find that Axis employees answers some of the questions, but this is not a guarantee. Think of the discussion forum as a complement to other support channels, not a replacement to any of them. If your question remains unanswered for a period of time, please revisit it to see whether it can be improved by following the guidelines listed in Axis support guidelines. |
Beta Was this translation helpful? Give feedback.
-
I do a lot of latency Tests around this, we use acap and vdo timestamps to get the moast accurate timestamp. But this Would imply you do packing the stream by your self. The timestamp that comes from VDO is still a little Bit off i think its 20-30 MS @VinothkumarEkambaram See Here https://github.com/orgs/AxisCommunications/discussions/157#discussioncomment-11436217 |
Beta Was this translation helpful? Give feedback.
-
Hi,
As discussed in the following ticket https://github.com/orgs/AxisCommunications/discussions/806,
We are observing the latency of 100 to 120milliseconds for Axis F9114 camera. That means the image captured at the time 12:00:00 100ms will be displayed at 12:00:00 200ms due to latency. we want to calculate the actual image capture time for the image. That means we want the timestamp as 12:00:00 100ms for the image clicked at 12:00:00 100ms. Ideally we want the eliminate the latency of 100 to 120ms from the image received timestamp.
As discussed in the following ticket https://github.com/orgs/AxisCommunications/discussions/655, we can calculate the latency of 30 to 40 milliseconds using the RTCP and RTP protocols. We need a mechanism to calculate the exact latency of 100 to 120ms.
Beta Was this translation helpful? Give feedback.
All reactions