Forum Discussion
PrasadJaywant
Apr 22, 2022Copper Contributor
Vision AI Dev Kit integration with UWP application
I'm looking for integrating Vision AI Dev Kit camera with sort of WinUI3 or UWP application on Windows 10 for local display of camera output (prediction labels, confidence score etc.). Please can som...
OlivierBloch
Apr 26, 2022Former Employee
The Vision AI Devkit can stream video over RTSP protocol which can be used on a local network (simple router with DHCP server and no Internet connection). See https://azure.github.io/Vision-AI-DevKit-Pages/docs/RTSP_stream/.
Another option is to use the HDMI out which will display the camera with bounding boxes. If you want to use this video out in a Windows app, you can consider using a USB video capture card (that converts HDMI to USB) and use the video stream in your Windows app as if it were a regular USB camera
Another option is to use the HDMI out which will display the camera with bounding boxes. If you want to use this video out in a Windows app, you can consider using a USB video capture card (that converts HDMI to USB) and use the video stream in your Windows app as if it were a regular USB camera
PrasadJaywant
Apr 27, 2022Copper Contributor
Thanks Olivier for your valued thoughts and for finding special time to respond to my query. Both the options suggested by you are cool and I would try both options in the short course possible. By any chance if you come across one UWP App implementing this concept, do let me know. Without it though, thanks very much for your help.
Kind Regards,
Prasad