I am using CNCjs 1.10.5 on a RPI3A+ with Bookworm where I’ve installed a PI Camera that streams using https://github.com/raspberrypi/picamera2/blob/main/examples/mjpeg_server.py which works fine using a browser pointing to http://IP Address:8080/index.html but if I put the same link into the widget (Connect to an IP camera) it shows nothing (black)
评论 (4)
#2 – AustinSaintAubin 于 2025-03-11
You will need to use a we streamer like mpegstreamer or similar.
I recommend to look at and use the setup script here: https://github.com/cncjs/cncjs-pi-raspbian
#3 – AustinSaintAubin 于 2025-03-11
You will need to use a we streamer like mpegstreamer or similar.
I recommend to look at and use the setup script here: https://github.com/cncjs/cncjs-pi-raspbian
#4 – spanzetta 于 2025-08-06
I did use that script.. but the thing is that even if I have a working mjpegstreamer (if I use a browser and point to http://xxxxxxx:8080/index.html I see the video) if I put the same link into cncjs camera widget.. I see black..
Pls note that I am using a RPI3A+ with its RPI Camera (and not with an external USB camera)
Is there anyone with same setup with working Video in CNCJs camera widget?
#1 – spanzetta 于 2025-02-22
Anyone here?