Plenty of configuration options added to config file and settings dialog

This commit is contained in:
Balthasar Reuter
2018-04-03 23:04:11 +02:00
parent dc57fd26b5
commit 90ec84e286
5 changed files with 200 additions and 85 deletions

View File

@@ -23,7 +23,25 @@ lamp_channel = 4
[Photobooth]
# Show preview while posing time (True/False)
show_preview = True
# Pose time in seconds (shown before countdown)
pose_time = 3
# Countdown length in seconds (shown before every shot)
countdown_time = 2
# Display time of assembled picture (shown after last shot)
display_time = 5
[Picture]
# Basename of output pictures
basename = %Y-%m-%d/photobooth
# Number of pictures in horizontal direction
num_pictures_x = 2
num_x = 2
# Number of pictures in vertical direction
num_pictures_y = 2
num_y = 2
# Size of output picture in horizontal direction
size_x = 1920
# Size of output picture in vertical direction
size_y = 1080
# Minimum distance between thumbnails in horizontal direction
min_dist_x = 20
# Minimum distance between thumbnails in vertical direction
min_dist_y = 20