updating readme with autostart stream at boot
This commit is contained in:
parent
2aa965cc83
commit
2b52cf7927
|
@ -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.
|
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 libatlas-base-dev
|
||||||
sudo apt-get install libjasper-dev
|
sudo apt-get install libjasper-dev
|
||||||
sudo apt-get install libqtgui4
|
sudo apt-get install libqtgui4
|
||||||
|
@ -36,6 +39,7 @@ sudo pip3 install opencv-contrib-python
|
||||||
sudo pip3 install imutils
|
sudo pip3 install imutils
|
||||||
sudo pip3 install opencv-python
|
sudo pip3 install opencv-python
|
||||||
|
|
||||||
|
|
||||||
```
|
```
|
||||||
|
|
||||||
pip3 install opencv-python
|
pip3 install opencv-python
|
||||||
|
|
Loading…
Reference in New Issue