Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
Next revision Both sides next revision
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:16]
admin [Image Brennen]
art-cam-raspberry_bbk_feb17:material [2017/03/03 22:23]
admin [RaspiCam old]
Line 82: Line 82:
 [[http://elinux.org/Omxplayer]]\\ [[http://elinux.org/Omxplayer]]\\
 **Pyomxplayer**\\ **Pyomxplayer**\\
-[[http://embedded-artist.net/doku.php?id=python_omxplayer]]+[[http://embedded-artist.net/doku.php?id=python_omxplayer]]\\
 {{:art-cam-raspberry_bbk_feb17:pyomxplayer.py.tar|}}\\ {{:art-cam-raspberry_bbk_feb17:pyomxplayer.py.tar|}}\\
    $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect    $ sudo apt-get install libpcre3 fonts-freefont-ttf python-pexpect
Line 89: Line 89:
    $ sudo chmod 755 pyomxplayer.py    $ sudo chmod 755 pyomxplayer.py
    $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages    $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages
 +
 +**Sync Video**\\
 +[[https://github.com/turingmachine/omxplayer-sync]]\\
  
 ---- ----
-==== RaspiCam ====+==== RaspiCam old ====
 [[http://www.raspberrypi.org/documentation/raspbian/applications/camera.md]]\\ [[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/raspivid.md]]\\
 [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\ [[https://www.raspberrypi.org/documentation/usage/camera/raspicam/raspistill.md]]\\
 [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\ [[http://www.raspberrypi.org/wp-content/uploads/2013/07/RaspiCam-Documentation.pdf]]\\
-**Picamera**\\+ 
 + 
 +---- 
 +==== 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]]\\ [[http://embedded-artist.net/doku.php?id=picamera]]\\
-[[http://picamera.readthedocs.org/en/release-1.4/]]\\+ 
 +** Change H264 to mp4** 
 +  $ sudo apt-get install gpac 
 +  $ MP4Box -add filename.h264 filename.mp4 
 + 
 +---- 
  
 ---- ----