Pictures at an Exhibition

Techrider

Setup







Raspberry Pi Image

Raspbian Jessy (upgrade 28.Aug 2017)
user: pi
PW: raspberry
IP: 192.168.0.111

path to autostart:

/etc/rc.local

path to shutdownbutton script (pin 22):

/home/pi/pictures_of_an_exhibition/shutdownbutton_02.py

path to camera script:

/home/pi/pictures_of_an_exhibition/simple_camera.py
Remount the SD card writeable
$ sudo mount / -o remount,rw
HDMI setting

Check the current HDMI state:

$ tvservice -s

List of CEA supported modes:

$ tvservice –m CEA

List of DMT supported modes:

$ tvservice –m DMT

Choose the prefered mode, DMT work best with HDMI beamer and monitors.
CEA is hdmi_group=1
DMT is hdmi_group=2

Open config file:

$ sudo nano /boot/config.txt

change for example CEA 720p:

hdmi_group=1
hdmi_mode=4

Low level changes for DMT 640×480 60 Hz would be:

hdmi_group=2
hdmi_mode=4

All modes are on: http://elinux.org/RPiconfig
or here is some more information: http://embedded-artist.net/doku.php?id=hdmi_mode