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
Last revision Both sides next revision
live_cam [2017/09/07 15:44]
admin [Install PiCam]
live_cam [2017/09/08 19:16]
admin [HDMI settings]
Line 5: Line 5:
 [[https://www.raspberrypi.org/downloads/raspbian/]]\\ [[https://www.raspberrypi.org/downloads/raspbian/]]\\
  
-For the VGA hat check the modifications here:\\+For the VGA Hat check the modifications here:\\
 [[http://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspberry_vga_board]]\\ [[http://paperpcb.dernulleffekt.de/doku.php?id=raspberry_boards:raspberry_vga_board]]\\
  
 ---- ----
-==== Modifications ====+==== Some Mods ====
 **Remove the splash screen:** **Remove the splash screen:**
   $ sudo nano /boot/cmdline.txt   $ sudo nano /boot/cmdline.txt
Line 22: Line 22:
   sudo nano /boot/config.txt   sudo nano /boot/config.txt
 add: add:
 +  # Disable camera light
   disable_camera_led=1   disable_camera_led=1
 **Install some software:** **Install some software:**
Line 30: Line 31:
  
   $ sudo apt-get update   $ sudo apt-get update
-**Install the Pip for Python 2.7.**+**Install Pip:**
   $ sudo apt-get install python-pip   $ sudo apt-get install python-pip
  
-**Install python pi cam:**+**Install python picamera:**\\ 
 +[[PiCamera]]\\
   $ sudo apt-get install python-picamera   $ sudo apt-get install python-picamera
-   + 
-**Install python omxplayer:+**Install python omxplayer:**\\ 
-  $ sudo wget https://github.com/dernulleffekt/embedded-artist/archive/master.zip +[[python_omxplayer|Python OMXPlayer]]\\
-  $ unzip master.zip +
-  $ cd embedded-artist-master/python/ +
-  $ sudo cp pyomxplayer.py /usr/local/lib/python2.7/dist-packages/ +
-  $ sudo pip install pexpect+
  
 ---- ----
 ==== Python Live Cam ==== ==== Python Live Cam ====
 +
 +  $ mkdir picam
 +  $ cd picam
 +
 **Download the program:** **Download the program:**
  
Line 58: Line 60:
  
 ---- ----
 +==== Network configuration ====
 +[[IP and Network]]\\
 +
 +----
 +
 +==== SD card read-only ====
 +Set the SD card to a read-only mode.\\
 +[[SD_card_read-only|Read-Only SDcard]]
 +
 +----
 +
 ==== HDMI settings ==== ==== HDMI settings ====
  
Line 87: Line 100:
  
 ---- ----
 +==== Links ====
 +[[http://raspberrypiguide.de/howtos/raspberry-pi-camera-how-to/]]\\