updating readme with autostart stream at boot

This commit is contained in:
Eben 2020-04-26 02:46:07 +01:00
parent 2aa965cc83
commit 2b52cf7927
1 changed files with 4 additions and 0 deletions

View File

@ -24,6 +24,9 @@ The Pi streams the output of the camera module over the web via Flask. Devices c
Install the following dependencies to create camera stream.
```
sudo apt-get update
sudo apt-get upgrade
sudo apt-get install libatlas-base-dev
sudo apt-get install libjasper-dev
sudo apt-get install libqtgui4
@ -36,6 +39,7 @@ sudo pip3 install opencv-contrib-python
sudo pip3 install imutils
sudo pip3 install opencv-python
```
pip3 install opencv-python