Squeack
Squeack
I followed keyz182's instructions and got the modules to at least compile. Note that his diffs are from new version to original, so the arrows seems to point the wrong...
I have a very similar issue. Using a wide-angle v3 camera on a Pi Zero 2W, and with the rpi_apps.yaml already set timeout set to 10s, I still get a...
Or I can run any debug-augmented code you might want to try? The broadcaster code does not have any service/systemctl wrapper around it yet. I start it through a line...
Just copy the files from github and follow the installation instructions in readme.md should be enough. The video stream should then be visible from any modern browser going to http://server:2050/camera.html...
One difference from the github code is that I changed the last line of ws+https-server.js to ``` new Broadcaster({width: 640, height: 480, framerate: 20, hdr:1, port:8080, mode:'1536:864'}); ``` Adding the...
Hi Olivia, Have you tried disconnecting and carefully reconnecting the camera cable, then checking it is straight and fully inserted at both ends? Moving to a Pi 4 implies that...
@lurch Thank you for taking a look. Increasing the timeout through 1s, 5s, 10s has made the error less common, so I might just have to increase it further and...