Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Space Shuttle

311 Byte hinzugefügt, 22:07, 31. Okt. 2019
/* Raspi Config */
== Raspi Config ==
install python 3.7 or greater. We need this for api websocket.
https://github.com/instabot-py/instabot.py/wiki/Installing-Python-3.7-on-Raspberry-Pi
 
 
mjpg-streamer installation
# Update & Install Tools
sudo apt-get update
sudo apt-get upgrade -y
sudo apt-get install build-essential libjpeg8-dev imagemagick libv4l-dev cmake -y
 
# Clone Repo in /tmp
cd /tmp
git clone https://github.com/jacksonliam/mjpg-streamer.git
cd mjpg-streamer/mjpg-streamer-experimental
 
# Make
make
sudo make install
== Movies ==
913
Bearbeitungen