Plenty of configuration options added to config file and settings dialog
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user