Simple photobooth logic implemented

This commit is contained in:
Balthasar Reuter
2018-03-30 23:11:16 +02:00
parent 2c279cbce2
commit 1ca0c4d322
5 changed files with 99 additions and 25 deletions

View File

@@ -19,3 +19,11 @@ exit_channel = 24
trigger_channel = 23
# Pin 7 (Channel 4) switches the lamp on and off
lamp_channel = 4
[Photobooth]
# Show preview while posing time (True/False)
preview = True
# Number of pictures in horizontal direction
num_pic_x = 2
# Number of pictures in vertical direction
num_pic_y = 2