Calculate Image capture time for Axis H.264 #806
-
Hi, we are observing around 250 milli seconds difference between the Axis H.264 captured image and the running timer. Is there any way to calculate the actual image capture time. Current time is 2024-10-07 10:16:42 868 milliseconds. But the capture image contains the 2024-10-07 10:16:42 618 milliseconds. So I want the calculate the image capture time 10-07 10:16:42 618 milliseconds for the captured image? |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 6 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.
-
Hi @VinothkumarEkambaram , There is one overlay modifier available for epoch time too: You can also activate the Low latency mode enable and try if that helps: |
Beta Was this translation helpful? Give feedback.
-
I am afraid F34 is too old to support low latency mode, |
Beta Was this translation helpful? Give feedback.
Not sure whether your own code adding some bufer, Have you tried to test with gstreamer to set latency to 0 to see the latency? if it is the same as your result. That should be the real latency of F34.
gst-launch-1.0 rtspsrc location= rtsp://root:[email protected]/axis-media/media.amp latency=0 ! decodebin ! autovideosink
I can't understand why you are using F34, since it is too old and already discontinued, in my experice, test with F9114 should have 100-120 ms latency when enable low latency mode: