Simple photobooth logic implemented
This commit is contained in:
@@ -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
|
||||
Reference in New Issue
Block a user