Core Technologies for Axis Dev #513
-
I am interested in learning more about developing applications for Axis Cameras but first I would like to make sure that I have the right programing skills to do so. I am currently familiar with the following technologies: Typescript / JS Based on the information that I can find at Axis site, I estimate that I also need to learn C or C++. Could you please advise me as to which other technologies do I need. My immediate objective is to write a web app capable of reading the response from Axis Object Analytics API and create a histogram plot with the provided data. Your advice is much appreciated. Cheers, Eduardo |
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 @efgarro , Regarding "My immediate objective is to write a web app capable of reading the response from Axis Object Analytics API and create a histogram plot with the provided data." On Edge(inside Axis Camera):Native SDK:
Computer Vision SDK:ACAP Computer Vision SDK On Server:
|
Beta Was this translation helpful? Give feedback.
HI @efgarro ,
Regarding "My immediate objective is to write a web app capable of reading the response from Axis Object Analytics API and create a histogram plot with the provided data."
On Edge(inside Axis Camera):
Native SDK:
Inside ACAP:
ACAP Native SDK
Event API
C/C++,HTML5/JS and following the examples are good to go 👍
Using HTML5 on ACAP-hosted webpages:
HTML5/JS is good to go 👍 ws: a Node.js WebSocket library simple-mqtt-websocket-example
Computer Vision SDK:
ACAP Computer Vision SDK
Containerize a Node.js application
Docker knowledge with Containerizing language-specific applications is good to go 😄
On Server:
Use MQTT to subscribe to the metadata:
VAPIX Documentation
NodeJ…