-
Notifications
You must be signed in to change notification settings - Fork 10
/
Copy pathsteps_taken.txt
32 lines (25 loc) · 1.1 KB
/
steps_taken.txt
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
Created new rasbian OS disk with Full Desktop using PiBakery
sudo apt-get update
sudo apt-get dist-upgrade
sudo reboot
#sudo rpi-update
sudo reboot
#Turn on camera, changed locale
sudo raspi-config
#Copy and pasted these to the command line
sudo apt-get install -y build-essential cmake pkg-config
sudo apt-get install -y libavcodec-dev libavformat-dev libswscale-dev libv4l-dev
sudo apt-get install -y libxvidcore-dev libx264-dev
sudo apt-get install -y libgtk2.0-dev
sudo apt-get install -y libatlas-base-dev gfortran
sudo apt install -y libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libpangocairo-1.0-0 libqt4-test libtiff5 libqtcore4 libqtgui4 libgdk-pixbuf2.0-0 libgtk-3-0 libjasper1 libcairo2
#sudo apt install -y libpango-1.0-0 libatk1.0-0 libcairo-gobject2 libpangocairo-1.0-0 libqt4-test libtiff5 libqtcore4 libwebp6 libavcodec58 libavutil56 libqtgui4 libavformat58 libgdk-pixbuf2.0-0 libgtk-3-0 libilmbase23 libjasper1 libcairo2 libswscale5 libopenexr23
cd ~/
sudo pip3 install numpy
sudo pip3 install imutils
sudo apt install python3-opencv
sudo pip3 install bluepy
cd ~
python3
import cv2
cv2.__version__