diff --git a/Backup.sh b/Backup.sh old mode 100644 new mode 100755 diff --git a/Photobooth.py b/Photobooth.py index 30e778c..cbd631f 100755 --- a/Photobooth.py +++ b/Photobooth.py @@ -289,7 +289,9 @@ with picamera.PiCamera() as camera: displayStatus('') # Start the camera preview - camera.hflip = True + camera.hflip = False + camera.vflip = False + camera.start_preview() # Make the destination path for the photos @@ -313,7 +315,7 @@ with picamera.PiCamera() as camera: camera.annotate_text = '' #camera.resolution = (2560, 1920) camera.resolution = (1280, 960) - os.system('mpg321 CSC.mp3 &') + os.system('omxplayer CSC.mp3 &') camera.capture ( imgPath + '/image' + str(pNum) + '.jpg') time.sleep(3) diff --git a/blank_xmas_boarder.jpg b/blank_xmas_boarder.jpg new file mode 100644 index 0000000..1b480cb Binary files /dev/null and b/blank_xmas_boarder.jpg differ