PhilippeB_Maker
PhilippeB_Maker
I added : window.addEventListener("beforeunload", function() { pc.close(); }); at the end of the startWebRTC() javascript function and it seems to do the trick but there might be more elegant ways...
I switched to a nightly build of micropython (official) and now I don't need to comment the 3 socket settings... However, I am still blocked at WS ACCEPT. 🤷♂️
OK, looks like I had copied a bad example (SendText vs SendTextMessage, etc. 🤦♂️)... 🤷♂️ Now everything works fine. However, I am not really convinced in terms of stability and...
Hi there, I have ordered the 64MP beast (I'd love to use ePTZ)... but in the meantime the only cam' I had was a HQ Camera. I was surprised you...
I tried and it doesn't work... Sorry but since I have no plans on using this camera, I won't bother. 🤷♂️
``` # ./dump_cameras.sh + v4l2-ctl --list-devices bcm2835-codec-decode (platform:bcm2835-codec): /dev/video10 /dev/video11 /dev/video12 /dev/video18 /dev/video31 /dev/media4 bcm2835-isp (platform:bcm2835-isp): /dev/video13 /dev/video14 /dev/video15 /dev/video16 /dev/video20 /dev/video21 /dev/video22 /dev/video23 /dev/media0 /dev/media1 unicam (platform:fe801000.csi): /dev/video0 /dev/video1...
As a more generic question : **What are the steps to follow to get a camera working in ISP mode ?** I have an imx708_wide, the imx477 and neither seem...
Same problem here... server.ssl_config.httpd.max_uri_handlers = 2; (I only have a static and an API endpoint.) server.ssl_config.httpd.max_open_sockets can be set to 1 or 2 on my side (it can't be set...