Windows .exe program to add text overlay on camera video #19
-
Hi there, |
Beta Was this translation helpful? Give feedback.
Replies: 3 comments 11 replies
-
Hi @eliangbb , I have looked for someone that could help answer this question but it seems many are still on vacation so just wanted to give a heads up that it may take some more weeks. |
Beta Was this translation helpful? Give feedback.
-
The VAPIX API of the camera support configuring and customizing the burned-in overlays in the video. It should be simple to create an Windows desktop application to control this. For more information on overlay API: |
Beta Was this translation helpful? Give feedback.
-
I can add multiple text-overlays including multiple lines on my camera (see image) using the web interface of the camera. Please confirm if you can do this manually as well. If you can it should be possible to do it also programmatically using VAPIX API, but let's first confirm what your camera can do in the user-interface. Note that I'm using the latest version of the web interface - sometimes you can chose different versions of the web interface by clicking the question-mark or menu icon at the right top corner of the web-page. |
Beta Was this translation helpful? Give feedback.
Hi,
If I look at the request made from the web interface it seems to use a bit richer API version with a POST payload.
I found the corresponding API documentation here:
https://www.axis.com/vapix-library/subjects/t10175981/section/t10007638/display?section=t10007638-t10119641
It is even promoting that it supports multiple lines. :)
Feel free to check it out!