diff --git a/.images/1415546761/combined.jpg b/.images/1415546761/combined.jpg new file mode 100644 index 0000000..70bff91 Binary files /dev/null and b/.images/1415546761/combined.jpg differ diff --git a/.images/1415546761/image1.jpg.filepart b/.images/1415546761/image1.jpg.filepart new file mode 100644 index 0000000..3821198 Binary files /dev/null and b/.images/1415546761/image1.jpg.filepart differ diff --git a/.images/1415549369/combined.jpg b/.images/1415549369/combined.jpg new file mode 100644 index 0000000..59d994d Binary files /dev/null and b/.images/1415549369/combined.jpg differ diff --git a/.images/1415549369/image4.jpg b/.images/1415549369/image4.jpg new file mode 100644 index 0000000..10d6fd9 Binary files /dev/null and b/.images/1415549369/image4.jpg differ diff --git a/.images/1415549659/combined.jpg b/.images/1415549659/combined.jpg new file mode 100644 index 0000000..e335728 Binary files /dev/null and b/.images/1415549659/combined.jpg differ diff --git a/.images/1415549659/image1.jpg b/.images/1415549659/image1.jpg new file mode 100644 index 0000000..e612c13 Binary files /dev/null and b/.images/1415549659/image1.jpg differ diff --git a/.images/1415549659/image2.jpg b/.images/1415549659/image2.jpg new file mode 100644 index 0000000..6d68b3e Binary files /dev/null and b/.images/1415549659/image2.jpg differ diff --git a/.images/1415549659/image3.jpg b/.images/1415549659/image3.jpg new file mode 100644 index 0000000..42396b6 Binary files /dev/null and b/.images/1415549659/image3.jpg differ diff --git a/.images/1415549659/image4.jpg b/.images/1415549659/image4.jpg new file mode 100644 index 0000000..b6c55ec Binary files /dev/null and b/.images/1415549659/image4.jpg differ diff --git a/.images/1415549877/combined.jpg b/.images/1415549877/combined.jpg new file mode 100644 index 0000000..89319ab Binary files /dev/null and b/.images/1415549877/combined.jpg differ diff --git a/.images/1415549877/image1.jpg b/.images/1415549877/image1.jpg new file mode 100644 index 0000000..107ca1a Binary files /dev/null and b/.images/1415549877/image1.jpg differ diff --git a/.images/1415549877/image2.jpg b/.images/1415549877/image2.jpg new file mode 100644 index 0000000..e56491a Binary files /dev/null and b/.images/1415549877/image2.jpg differ diff --git a/.images/1415549877/image3.jpg b/.images/1415549877/image3.jpg new file mode 100644 index 0000000..da69c55 Binary files /dev/null and b/.images/1415549877/image3.jpg differ diff --git a/.images/1415549877/image4.jpg b/.images/1415549877/image4.jpg new file mode 100644 index 0000000..ee72eda Binary files /dev/null and b/.images/1415549877/image4.jpg differ diff --git a/.images/index.php b/.images/index.php old mode 100644 new mode 100755 diff --git a/.pip/pip.log b/.pip/pip.log old mode 100644 new mode 100755 diff --git a/.profile b/.profile old mode 100644 new mode 100755 diff --git a/CSC.mp3 b/CSC.mp3 old mode 100644 new mode 100755 diff --git a/OrignalImages/1415458989/combined.jpg b/OrignalImages/1415458989/combined.jpg old mode 100644 new mode 100755 diff --git a/OrignalImages/1415458989/image1.jpg b/OrignalImages/1415458989/image1.jpg old mode 100644 new mode 100755 diff --git a/OrignalImages/1415458989/image2.jpg b/OrignalImages/1415458989/image2.jpg old mode 100644 new mode 100755 diff --git a/OrignalImages/1415458989/image3.jpg b/OrignalImages/1415458989/image3.jpg old mode 100644 new mode 100755 diff --git a/OrignalImages/1415458989/image4.jpg b/OrignalImages/1415458989/image4.jpg old mode 100644 new mode 100755 diff --git a/Photobooth.py b/Photobooth.py old mode 100644 new mode 100755 index 5da0680..30e778c --- a/Photobooth.py +++ b/Photobooth.py @@ -56,7 +56,7 @@ basewidth = 177 # Used for merging the photos onto one printPhoto = False TweetPhoto = True Combine = True -imgPath = '/home/pi/.images/tmp' +imgPath = '/home/pi/BoothPi/.images/tmp' # Light big light GPIO.setup(buttonled, GPIO.OUT) ## Setup GPIO Pin 7 to OUT @@ -104,7 +104,7 @@ def slideshow(): checkEvents() - randomFile = random_file('/home/pi/.images') + randomFile = random_file('/home/pi/BoothPi/.images') displayImage(randomFile) @@ -332,7 +332,7 @@ with picamera.PiCamera() as camera: time.sleep(5) # Move the temp files to a new dir based on the current timestamp so they can be retrieved later - os.rename(imgPath, '/home/pi/.images/' + str(int(time.time()))) + os.rename(imgPath, '/home/pi/BoothPi/.images/' + str(int(time.time()))) GPIO.output(buttonled, 1) ## Turn on GPIO pin 7 diff --git a/autostart.sh b/autostart.sh old mode 100644 new mode 100755 index 756dcd4..5cffe92 --- a/autostart.sh +++ b/autostart.sh @@ -3,6 +3,6 @@ # navigate to home directory, then to this directory, then execute python script, then back home cd / -cd home/pi +cd home/pi/BoothPi sudo python Photobooth.py cd / \ No newline at end of file diff --git a/blank.jpg b/blank.jpg old mode 100644 new mode 100755 diff --git a/blank_boarder.jpg b/blank_boarder.jpg old mode 100644 new mode 100755 diff --git a/blank_noboard.jpg b/blank_noboard.jpg old mode 100644 new mode 100755 diff --git a/ocr_pi.png b/ocr_pi.png old mode 100644 new mode 100755 diff --git a/per.sh b/per.sh old mode 100644 new mode 100755 index 2a0d5b6..d49241f --- a/per.sh +++ b/per.sh @@ -2,4 +2,4 @@ # launcher.sh # navigate to home directory, then to this directory, then execute python script, then back home -sudo chmod 777 -R /home/pi/.images \ No newline at end of file +sudo chmod 777 -R /home/pi/BoothPi/.images \ No newline at end of file