Getting latency data from a camera. #808
-
Hello everyone, we are working on a project that requires a camera view, my team made an API to get the camera view using RTSP. We want to know if its possible to ask the camera for the latency, we thought this may be possible since using the IP of the camera and login on the web interface, we see the latency that has an average of 250 ms. We see this data in the web interface but we want to achieve this from a program. Would this be possible in some way? Does someone do this before? Additionally I found out there is an API from axis called ¨Video capture API (VDO)¨that can capture image, and there is also a timestamp ¨VDO_TIMESTAMP_MONO_CLIENT_SERVER_DIFF ¨ that do ¨Value can be read from custom_timestamp which shows the diff between client and server timestamp.¨. I understand this last one is the definition of latency?. Anyways, if someone could help us would be great. Thanks! |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 1 reply
-
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 @IolveiraDF , The Video capture API (VDO) is for AXIS Camera Application Platform (ACAP) applications which can run inside the camera. |
Beta Was this translation helpful? Give feedback.
Hi @IolveiraDF ,
I hope this will be helpful for your team: 655
The Video capture API (VDO) is for AXIS Camera Application Platform (ACAP) applications which can run inside the camera.