HI @jakaskerl ,
I tried to run the example (depthai-experiments/gen2-webrtc-streaming/main.py) you referenced previously. I first tried in Spyder IDE (conda), but it gave this error:
RuntimeError: Cannot run the event loop while another loop is running
I debugged it and it was being generated after running aiohttp.web.run
app(app, access
log=None, port=8080)
Then I tried running the main.py in a terminal and got the this output (seemed to work):
======== Running on http://0.0.0.0:8080 ========
(Press CTRL+C to quit)
I opened the URL: http://0.0.0.0:8080/ and then pressed Start button at the upper left corner, then received the following error (attached image). I am using Firefox and I can see that it also gives me "Connection not secure" error next to URL. But, the error window shows an additional message about formatting. Have you experienced this?
Moreover, where do I input the IP of the PoE camera I am using? Does it detect the devices automatically? Can we use multiple cameras?
Thanks,
Cem
