Update notes.md

This commit is contained in:
2018-11-28 15:36:17 +00:00
parent 32bbf99cd6
commit e2de6bd823
+12 -3
View File
@@ -26,12 +26,21 @@
sudo apt-get install fswebcam
fswebcam -r 320x240 -d /dev/video0 -v ~/webcam-test.jpg
sudo apt-get install python3
#sudo apt-get install python3
#sudo apt-get install python3-websocket
#sudo apt-get install python3-websockets
#sudo apt-get install python3-socketio-client
#sudo apt-get install python3-pip
#sudo pip3 install socketio-client
https://gist.github.com/dschep/24aa61672a2092246eaca2824400d37f
sudo easy_install-3.6 -U pip
sudo pip3 install socketio-client
python3.6 test.py
sudo apt-get install python3-pip
sudo pip3 install socketio-client