I have a django app running in a server, it can access the users usb and integrated cameras and show the live feed in the html, but now I need to access the users local IP cameras (connected directly to the Ethernet port in the PC), if possible I would like to achieve this without installing 3rd party software but any solution is valid, is this possible at all? I can access the cameras locally using python but I can't find a way to make the Django app aware of the users local IP cameras. The cameras are type GigE and I am using pylon to access them locally
Asked
Active
Viewed 35 times