Overlay support for Ambarella S3L Models #372
Replies: 3 comments 1 reply
-
Hi @kendsouza-sice , The workaround is to use vapix parameter inside your acap: VAPIX request in this case: Best regards, |
Beta Was this translation helpful? Give feedback.
-
The library is absent because Ambarella S3L is more limited in its graphics capability. It doesn't help you but maybe good to know is that for newer cameras with Ambarella CV25 there is the Bounding-box API. Full axoverlay support unfortunately only available for Artpec cameras. |
Beta Was this translation helpful? Give feedback.
-
HI @kendsouza-sice , As axoverlay is not present, the way you could draw text through the ACAP is to use cURL and set the text using param.cgi. Before being able to use VAPIX from your ACAP you will need to set your manifest file permissions and retrieve in your source code the dynamic user credentials. It is all explained in the documentation previously mentioned: Sample: Note: as dynamic overlay is not supported in your case, you will need to request to param.cgi to draw the text, i.e, inside your acap: |
Beta Was this translation helpful? Give feedback.
-
Hi All
I’m currently evaluating overlay options for the Axis Model Q6125-LE (Ambarella S3L-based). However, I’ve noticed that the official API only supports ARTPEC-6 to ARTPEC-8 chipsets, and the AxOverlay libraries are unavailable in firmware 9.80.85.
Does Axis provide any alternative solutions or workarounds for overlay functionality on Ambarella-based models? Any guidance or recommendations would be greatly appreciated.
Thanks in advance for your support!
Cheers
Ken
Beta Was this translation helpful? Give feedback.
All reactions