===== Full-HD-Art-Cam mit dem Raspberry Pi ===== {{:art-cam-raspberry_bbk_june2018:internet_of_art_123706.jpg?600|}} [[http://www.raspberrypi.org/]]\\ [[http://www.raspbian.org/]]\\ [[http://elinux.org/RaspberryPiBoard]]\\ ---- ==== Images ==== [[http://www.raspberrypi.org/downloads|Raspbian]]\\ ---- ==== Image Brennen ==== [[http://www.raspberrypi.org/documentation/installation/installing-images/README.md]]\\ [[http://elinux.org/RPi_Easy_SD_Card_Setup]]\\ [[https://www.sdcard.org/downloads/formatter_4/index.html|Format SD Card]]\\ **Windows**\\ [[https://www.raspberrypi.org/documentation/installation/installing-images/windows.md]]\\ [[http://sourceforge.net/projects/win32diskimager/]]\\ **Linux**\\ [[https://www.raspberrypi.org/documentation/installation/installing-images/linux.md]]\\ [[http://en.wikipedia.org/wiki/Dd_%28Unix%29|dd]]\\ **Mac**\\ [[https://www.raspberrypi.org/documentation/installation/installing-images/mac.md]]\\ Enpacken ab 4GB: $ tar -xzvf image.img ---- ==== Handouts ==== {{ :art-cam-raspberry_bbk_june2018:full-hd-art-cam_mit_dem_raspberry_pi_tag1_handout.pdf |Tag 1}}\\ {{ :art-cam-raspberry_bbk_june2018:full-hd-art-cam_mit_dem_raspberry_pi_tag2_handout.pdf |Tag 2}}\\ ---- ==== Shell ==== {{:raspberry-udk_ss2016:unix-refcard.pdf|}}\\ [[http://wiki.ubuntuusers.de/Shell/Einf%C3%BChrung]]\\ [[http://www.linux-services.org/shell/]]\\ ---- ==== Static IP Address ==== [[http://embeddedartist.dernulleffekt.de/doku.php?id=ip_and_network]]\\ [[raspberry-udk_ss2016:interfaces|Static IP Address]]\\ ---- ==== SSH ==== Win:\\ [[http://www.chiark.greenend.org.uk/~sgtatham/putty/download.html]]\\ [[http://alexcappiello.com/15122-f12/win-ssh.php|X11-forwarding on Windows]]\\ [[http://www.chip.de/downloads/X-Win-32_12990610.html|X-Win]]\\ X11 forwarding on Mac:\\ [[https://www.xquartz.org/]]\\ ---- ==== VNC ==== **VNC server on the Raspberry Pi**\\ [[http://embedded-artist.net/doku.php?id=vnc]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/]]\\ **VNC client on the PC**\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/linux.md|Linux]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/mac.md|Mac]]\\ [[https://www.raspberrypi.org/documentation/remote-access/vnc/windows.md|Win]]\\ [[http://www.tightvnc.com/download.php|Tightvnc for Win]] ---- ==== FTP ==== with sftp and the "IP-Address" up- and download files.\\ [[https://cyberduck.io/]]\\ [[https://filezilla-project.org/]] ---- ==== Python ==== [[https://www.raspberrypi.org/documentation/usage/python/]]\\ [[https://perso.limsi.fr/pointal/_media/python:cours:mementopython3-english.pdf|Python 3 Cheat Sheet]]\\ [[https://www.raspberrypi.org/magpi/issues/essentials-games-vol1/|Make Games with Python]]\\ ---- ==== OMX Player ==== [[http://omxplayer.sconde.net/]]\\ [[http://elinux.org/Omxplayer]]\\ **Pyomxplayer**\\ [[http://embedded-artist.net/doku.php?id=python_omxplayer]]\\ {{:art-cam-raspberry_bbk_feb17:pyomxplayer.py.tar|}}\\ $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect $ wget http://dernulleffekt.de/programme/pyomxplayer.py.tar $ tar -xvf pyomxplayer.py.tar $ sudo chmod 755 pyomxplayer.py $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages **Sync Video**\\ [[https://github.com/turingmachine/omxplayer-sync]]\\ ---- ==== RaspiCam ==== [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspivid.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\ [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\ ---- **Picamera**\\ [[https://www.raspberrypi.org/learning/getting-started-with-picamera/worksheet/]]\\ [[https://picamera.readthedocs.io/en/release-1.12/index.html]]\\ [[http://embedded-artist.net/doku.php?id=picamera]]\\ ** Change H264 to mp4** $ sudo apt-get install gpac $ MP4Box -add filename.h264 filename.mp4 ---- ==== Web Stream ==== [[http://www.howtoembed.com/projects/raspberry-pi/78-pieye-webcam-streaming-in-m-jpg-format-with-raspberry-pi]]\\ [[https://support.ustream.tv/hc/en-us/articles/207852457-Raspberry-Pi-Streaming-video-to-Ustream]]\\ [[http://raspi-sec.com/index.html]]\\ [[http://www.slblabs.com/2012/09/26/rpi-webcam-stream/]]\\ **UV4L**\\ [[http://www.linux-projects.org/uv4l/]]\\ [[http://www.linux-projects.org/uv4l/installation/]]\\ $ curl http://www.linux-projects.org/listing/uv4l_repo/lrkey.asc | sudo apt-key add - $ sudo nano /etc/apt/sources.list Einfügen: deb http://www.linux-projects.org/listing/uv4l_repo/raspbian/ jessie main $ sudo apt-get update $ sudo apt-get install uv4l uv4l-raspicam uv4l-raspicam-extras uv4l-server $ sudo service uv4l_raspicam restart http://myIP:8080\\ configuration:\\ $ sudo nano /etc/uv4l/uv4l-raspicam.conf **Watch Random Webcams**\\ [[http://watchthiscam.com/blog/2011/08/19/how-to-find-random-webcams-using-inurl-to-find-the/]]\\ ---- ---- ==== GPIO ==== [[http://elinux.org/Rpi_Low-level_peripherals|Low Level Peripherals]]\\ [[http://www.holzkischtle.de/resources/gpio-pinout-diagram/|GPIO pinout-diagram]]\\ === GPIO Pinout:=== {{:art-cam-raspberry_bbk_june2018:raspberry_pi_gpio_pinout_21.jpg?100|}}\\ [[http://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspberry_io_board|GPIO Board]] === Schaltungen: === Der Widerstand ist 68 Ohm.\\ {{:art-cam-raspberry_bbk_june2018:gpio17-led.jpg?400|}}\\ {{:art-cam-raspberry_bbk_june2018:gpio22-button.jpg?400|}}\\ === Programme: === {{:art-cam-raspberry_bbk_june2018:gpio_test_programme.tar.gz|}}\\ {{:art-cam-raspberry_bbk_june2018:shutdownbutton.tar.gz|}}\\ [[http://embedded-artist.net/doku.php?id=image_modifikations_jessie#script]]\\ ---- ==== Links ==== The MagPi:\\ [[https://www.raspberrypi.org/magpi/]] Elektronikwissen:\\ [[http://www.elektronik-kompendium.de]]\\ Led Vorwiderstand berechnen:\\ [[http://www.spaceflakes.de/led-rechner/]]\\ Datenblätter:\\ [[http://www.datasheetarchive.com]]\\ [[http://www.alldatasheet.com]]\\ Kauf von Raspberry Pis & Bauteilen:\\ Berlin:\\ [[http://www.conrad.de]]\\ [[http://www.segor.de]]\\ [[http://www.sly.de]]\\ Versand:\\ [[http://www.sparkfun.com]]\\ [[http://www.reichelt.de]]\\ [[http://www.pollin.de/shop]]\\ [[http://www.watterott.com]]\\ [[http://www.tinkersoup.de]]\\ [[http://de.rs-online.com/web/home.html]]\\ ----