Änderungen

Aus Hackerspace Ffm
Wechseln zu: Navigation, Suche

Space Shuttle

1.029 Byte hinzugefügt, 16:55, 23. Jan. 2020
== 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
 
== UV4L ==
Currently(2020/01/12) testing the UV4L WebRTC streaming.
 
https://www.linux-projects.org/uv4l/
 
<code>
curl http://www.linux-projects.org/listing/uv4l_repo/lpkey.asc | sudo apt-key add -
 
echo "deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/stretch stretch main" | sudo tee -a /etc/apt/sources.list
 
sudo apt-get update
 
sudo apt-get install -y uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-webrtc-armv6 uv4l-raspidisp uv4l-raspidisp-extras
</code>
 
 
Enabling SSL on raspberry pi running buster, little change is required:
https://blog.domski.pl/uv4l-on-raspberry-pi-running-debian-buster/
 
 
Next step, having issues with iOS Safari: https://github.com/SmallpTsai/rpi-webrtc-streaming-to-ios
== Movies ==
https://youtu.be/Eb7Z1ctGpoU
 
== Images MK-2 ==
<gallery caption="SpaceShuttle" mode="packed">
Datei:SpaceShuttel_base7.jpg
Datei:spaceshuttle_drive_and_network_stacks.JPG
Datei:spaceshuttle_drive_inside_a1.JPG
Datei:spaceshuttle_network_stack_inside_a1.JPG
</gallery>
== Images MK-1 ==
</gallery>
== Images MK-2 ==
<gallery caption="SpaceShuttle" mode="packed">
Datei:SpaceShuttel_base7.jpg
Datei:spaceshuttle_drive_and_network_stacks.JPG
Datei:spaceshuttle_drive_inside_a1.JPG
Datei:spaceshuttle_network_stack_inside_a1.JPG
</gallery>
== BOM ==
913
Bearbeitungen