tarina

git clone https://git.tarina.org/tarina
Log | Files | Refs | README | LICENSE

commit 51cda0fb46eac797a62c7ef9da256151e482dbc8
parent bcc23eaf8c910a1a3632a7716de603b3b33b9f78
Author: root <Robin Bäckman>
Date:   Wed, 10 Aug 2016 20:15:41 +0000

pause in booth

Diffstat:
Mtarina.py | 2++
1 file changed, 2 insertions(+), 0 deletions(-)

diff --git a/tarina.py b/tarina.py @@ -591,6 +591,8 @@ def photobooth(beeps, camera, filmfolder, filmname, scene, shot, take, filename) # selected = selected - 1 if pressed == 'middle': if selected == 0: + writemessage('SMILE!!!!') + time.sleep(2) os.system('mkdir ' + foldername) p = 0 for filename in camera.capture_continuous(foldername + '/img{counter:03d}.jpg'):