-
|
I am completely new to Axis cameras and how to use them so excuse me if I am completely naive. We are developing a security checkpoint control system in which we want to use some cameras to check on the status of the checkpoint (e.g. person present or not) and various other states for which we plan to use AI vision that is to trigger MQTT messages. Our control system is whole Linux based and developed in C++. I have seen some references to Windows SDK's but is there some suggested way to do this from Linux as well? We are going to need some way of showing video streams in our control workstation displays. |
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.
-
To add to @Cacsjep suggestion: Try out the following open-source library : |
Beta Was this translation helpful? Give feedback.
You can use rtsp for Video and Meta Data since you are using c++ just use gstreamer for getting Video and Meta Data :)