updating readme with autostart stream at boot
This commit is contained in:
parent
fc4c270bda
commit
e2b102b208
|
@ -61,7 +61,7 @@ sudo python3 /home/pi/pi-camera-stream-flask/main.py
|
||||||
|
|
||||||
## Step 3 – Autostart your Pi Stream
|
## Step 3 – Autostart your Pi Stream
|
||||||
|
|
||||||
Optional: A good idea is using a Chron tab to make auto start the camera stream at start up of your pi. You will not need to re-run the script every time you want to create the stream. You can do this by going editing the /etc/profile to:
|
Optional: A good idea is to make the the camera stream auto start at bootup of your pi. You will now not need to re-run the script every time you want to create the stream. You can do this by going editing the /etc/profile to:
|
||||||
|
|
||||||
```
|
```
|
||||||
sudo nano /etc/profile
|
sudo nano /etc/profile
|
||||||
|
|
Loading…
Reference in New Issue