Worker process adapted to new state machine

This commit is contained in:
Balthasar Reuter
2018-07-16 23:19:41 +02:00
parent 5b3934016e
commit bd358030cd
8 changed files with 69 additions and 35 deletions

View File

@@ -50,8 +50,6 @@ countdown_time = 8
display_time = 5
# Timeout for postprocessing (shown after review)
postprocess_time = 60
# Keep single pictures (True/False)
keep_pictures = False
[Picture]
# Basedir of output pictures
@@ -70,3 +68,5 @@ size_y = 2362
min_dist_x = 20
# Minimum distance between thumbnails in vertical direction
min_dist_y = 20
# Keep single pictures (True/False)
keep_pictures = False