updating readme with autostart stream at boot

This commit is contained in:
Eben 2020-10-10 01:40:43 +01:00
parent f04a465533
commit 2aa965cc83
1 changed files with 2 additions and 1 deletions

View File

@ -60,7 +60,8 @@ sudo python3 /home/pi/pi-camera-stream-flask/main.py
Optional: A good idea is running your Pi Camera stream at Pi boot up. This removes the need to re-run the script every time you want to create the stream.
You can do this by going adding the boot up code the .bashrc file.
Via GUI - show hidden .bashrc and add the code or access via terminal:
Via the Desktop GUI - right click in your /home/pi/ directory -> show hidden -> open .bashrc and add the code.
Or alternatively access via terminal:
```
sudo nano /home/pi/.bashrc