We are developing video analytics applications including but not limited to people/vehicule detection, counting, tracking. Currently, all this stuff is running on NVIDIA Jetson board and we are using your available VPService to integrate with Milestone VMS. Since the hardware ressources are a bit limited with the Jeston family board, we are thinking of switching to dGPU-based platforms.
So, our ultimate goal is to run our applications on Windows OS (together with Milestone products). That being said, we would like to have more information about the best integration choices. We have explored MIP SDK and we need your assistance to identify the type of integration that suits our case.
Our new AI Bridge framework might be of interest to you. Have a look at the presentation from our last Developer Conference and let us know if it is of interest to you: https://www.youtube.com/watch?v=cyq1Cdv31F0&t=1s
VPS can also be built for Windows so if you want to run on a Windows platform you can still use your existing code (more or less)
First, when using the VPS on windows, we will definitely not apply the DeepStream SDK since it’s only supported by a Linux environment. So what is its alternative on windows?
Concerning the last option, after accessing the video streams that we want to analyze. We wanted to know how we could analyze them and how to deploy and apply our computer vision models.
I am unfortunately not an expert on how to do video analytics nor which alternatives to the DeepStream SDK exists for Windows.
As to your latter question it is a bit unclear to me. Using our APIs you can get access to the raw frames of the video stream (or alternatively ones decoded into JPEG or Bitmap if desired). How you then utilize them in your software I can unfortunately not provide much input on.