Skip to content

Tag: raspberry-pi3

How to save movie in mjpg-streamer?

I have installed mjpg-streamer on Raspbarry Pi,and it ran well. But how to save movie in my sdcard? I tried mjpg-streamer/mjpg-streamer-experimental/mjpg_streamer -i “mjpg-streamer/mjpg-streamer-experimental/input_uvc.so” -o “mjpg-streamer/mjpg-streamer-experimental/output_http.so -w mjpg-st…

Raspberry pi is in a reboot-loop

I wrote this python program for my Raspberry Pi 3: I made an edit in the /etc/rc.local that the program will autostart. The edit is only adding the following line before exit 0: python /home/pi/reboot.py But now my Raspberry pi 3 is in a reboot loop. How can I delete the line I added in /etc/rc.local? Answer …