Skip to content

Instantly share code, notes, and snippets.

@parzibyte
Created February 16, 2021 02:21
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save parzibyte/ae4fbe0969b131ccef1e0e92c80a8af6 to your computer and use it in GitHub Desktop.
Save parzibyte/ae4fbe0969b131ccef1e0e92c80a8af6 to your computer and use it in GitHub Desktop.
# https://github.com/EbenKouao/pi-camera-stream-flask#library-dependencies
sudo apt-get install libatlas-base-dev
sudo apt-get install libjasper-dev
sudo apt-get install libqtgui4
sudo apt-get install libqt4-test
sudo apt-get install libhdf5-dev
sudo pip3 install flask
sudo pip3 install numpy
sudo pip3 install opencv-contrib-python
sudo pip3 install imutils
sudo pip3 install opencv-python
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment