PiCamera on RPi 4 MJPG Streamer
I'm having an issue getting my mjpg streamer to work on my Pi4 with a PiCamera. I reflashed the SD card today with Raspian and the Linux 32bit ARM from Repetier's site. I checked the camera and it is working fine according to Pi's instructions, but I'm not able to see it in the Repetier side of things using my IP:8080 in the Webcam tab.
When I sudo /usr/local/Repetier-Setup/bin/startAllCams I get an error:
Start from directory /usr/local/Repetier-Setup/bin
/user/local/bin/mjpg_streamer: No such file or directory
./mjpgStart: line 25: /usr/local/bin/mjpg_streamer: No such file or directory
Testing active webcams in /dev/v4l/bypath/*
Starting webcam /dev/v4l/by-path/platform-bcm2835-codec0video-index0
Best resolution: 0 x 0 at 0
I checked those locations and there are indeed no items stored there. Would love some help so I can keep my printer running while social distancing from my school.
Thanks!
When I sudo /usr/local/Repetier-Setup/bin/startAllCams I get an error:
Start from directory /usr/local/Repetier-Setup/bin
/user/local/bin/mjpg_streamer: No such file or directory
./mjpgStart: line 25: /usr/local/bin/mjpg_streamer: No such file or directory
Testing active webcams in /dev/v4l/bypath/*
Starting webcam /dev/v4l/by-path/platform-bcm2835-codec0video-index0
Best resolution: 0 x 0 at 0
I checked those locations and there are indeed no items stored there. Would love some help so I can keep my printer running while social distancing from my school.
Thanks!
Comments
https://www.repetier-server.com/setting-webcam-repetier-server-linux/
describes in point 1-6 how to compile it. Not sure if "make install" copies the files to the folder searched in in the scripts, but guess it does.