From 2b52cf7927def0cfdb134c9df68a200677db62ab Mon Sep 17 00:00:00 2001 From: Eben Date: Sun, 26 Apr 2020 02:46:07 +0100 Subject: [PATCH] updating readme with autostart stream at boot --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 61a834f..9fe8c7e 100644 --- a/README.md +++ b/README.md @@ -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