3 Simple Ways to
Share What You Make

With Instructables you can share what you make with the world — and tap into an ever-growing community of creative experts.

PhotosPhotos

Share one or more photos of a project, recipe, or whatever you've made, quickly and easily.

Step by StepStep-By-Step

Share your step-by-step photos with text instructions of what you made so others can do it too!

VideoVideo

Share your how-to video. You'll need your embed code from a video site such as YouTube.

A Makers Wedding - Photo booth

A Makers Wedding - Photo booth
This Instructable is about:
building an automated photo booth. The total build cost was around $150 as I re-used a lot of the components and materials I already had in my garage - in addition to what I could salvage from scrap yards.


Why? - I decided to build my own photo booth after trying to rent one from local photography studios. The going rate for a rented photo booth is around $600 in addition to the hourly rate of the attendent to watch over the equipment. As this was not in my wedding budget, and I did not want to deal with an additional vendor, I decided to build my own for under $200.

My Goal - Build an automated photo booth for under $200 - that could be easily operated by anyone at a party - and is durable and compact enough to fit into a compact car.


(Note* this photo booth does not print pictures. I have been working on a script that automatically uploaded the photo to flickr, but I did not finish it in time for the wedding. I'll try and include that in a future post )
 
Remove these adsRemove these ads by Signing Up
 

Step 1How it works

How it works
«
  • IMG_0825.JPG
  • IMG_0827.JPG
  • IMG_1903.JPG
The photo booth operation is simple. Users walk up to the back side of the camera - See themselves on the screen - Press a button and strike a pose.

The mechanics of the photo booth are a little bit more complicated, but ideally, the user never has to know what is going on under the hood.

The guts behind this photo booth are based on OSX lion. With Lion, the photobooth application can be extended to full screen and it can be set to use an external camera. So I connect a logitech web cam and an external monitor to a laptop running OSX Lion. The only thing i needed to build in addition to this hardware setup was an array of lights and a button (mapped to the enter key) to trigger the photobooth application to take a picture.

The "business end" of the photo booth can be seen in this step.
« Previous StepDownload PDFView All StepsNext Step »
36 comments
May 11, 2012. 10:10 AMpmoore10 says:
Hi this really good project, I have just started using arduino to interface with programs and was looking at ur code, although it works in the serial monitor I can not seem to get it to work with photoboth. I have downloded AAC keys and have it running I was wandering do I need to use a bluetooth shield with my arduino uno to send the key stroke as the only serial device i can pick in the aac pref is the bluetooth-pda-sync. I hope this makes sense and you can help me out...
May 7, 2012. 3:30 PMnoxben says:
great build. good on ya!

lights: were they synced with flash or on constantly?

button: is the an easy usb button mod that will activate photobooth shot?

Nov 12, 2011. 5:04 PMjiivaneshvar says:
Thanks for the share and Idea!
Since I don;t have arduino, I would rather hack an old USB keypad. They are pretty cheap.

Also there are a couple of cooling fans designed for notebooks and laptop in some computer stores.

you can replace the lights into colored ones for another special effects.

My only problem now is how to add a flash into it that sync with shooting...

May 3, 2012. 5:41 PMntodd says:
I agree with jiivaneshvar on the keyboard hack. Arduino is kinda overkill if you have a single, simple button embedded in the case. There are lots of tutorials on keyboard hacking in the DIY arcade community, just search for "MAME cabinet keyboard hack", and I'm sure you'll get something. I imagine this would be cheaper and easier for most, though it would take up a bit more space.

That being said, if you ARE familiar with Arduino, the possibilities here are endless. You could use the button to simultaneously trigger a flash, for example.
Apr 25, 2012. 2:13 PMModMischief says:
Thanks for this fantastic instructable!



Inspired by you, we were able to make our own giant camera photo booth for PROMdemonium and it was a huge success.



Ours doesn't look as polished as your version, but we were able to throw it together at the last minute with materials that we had on hand or found in the trash.

Apr 19, 2012. 8:26 PMjheiselman says:
Awesome project. My buddy and I are building one for his wedding.

We are replacing the Easy button with a "Stick N Click" push button light. The button is very simple to modify. I replaced the constant button inside the light with a momentary button and put a piece of velum over the light to diffuse it. It now acts an indicator when someone presses the button.
Dec 9, 2011. 2:52 PMreado says:
This instructable is soooo good.. But i had a slight modification that people maybe interested in. When my easy button was pressed down the Serial.println would print a new line every time the loop iterated. In my case, I only wanted to add one [enter] (or in my case, the letter 'g' to appear) instead of 100's. I modified the code to allow for a previous state variable that will only execute the Serial command once for the duration of a button press

const int buttonPin = 10;

// Variables that will change
int buttonState = 0;
int previousState = 0;

void setup() {
     // Initialize the button pin as an input
     pinMode(buttonPin, INPUT);
     Serial.begin(9600);
}

void loop() {
     // read the state of the pushbutton variable
     buttonState = digitalRead(buttonPin);

     // If the button is being pressed
     if(buttonState == HIGH) {
          // If the button is being held down then the previous state
          // will be checked and only if the previous state was LOW would it
          // display the character
          if(!previousState) {
               Serial.print('g');
          }
     }
     previousState = buttonState;
}
Nov 29, 2011. 9:36 PMabolton3 says:
This is AMAZING.. !!
Nov 19, 2011. 9:35 PMjackies35 says:
Why did you choose ply wood? Is it light and easy to car? Also, could you tell us how much does it weight when loading it into a car?
Nov 28, 2011. 5:21 PMpictureme2 says:
Oh, ok... 50 lbs or less is reasonable. Sorry for the typo. I wanted to say "light and easy to carry".

Would you think this could be built using aluminum or another lightweight material? Or do you have any suggestions?
Nov 21, 2011. 7:21 PMHatterAP says:
I was just about to build this very same thing and then I saw this post! Maybe not a giant camera, but that's still pretty cool. It took me only a few minutes to set this up with a simple button, tomorrow I'll be buying the "Easy Button" and complete the build.

I love my Arduino.

Great job!
Nov 15, 2011. 7:15 AMObiDamnKenobi says:
Awesome work!
How did the webcam work out with regard to image quality and blur? Interested in this for my wedding, but tried my Logitech webcam last night and the blur was really bad so don't think it would work very well. Also the colors and image quality was pretty terrible. Will the better lighting fix it?

Going with my SLR involves batteries etc so extra hassle, but might be my only option. Unless there is a webcam out there with significantly better IQ...
Nov 14, 2011. 2:20 PMsolmstea says:
Cool in the way that it's cool and fun to make photo booths for events like these, but just one question: Why Lomo? The entire point of the Lomography community, as far as I am aware, is to celebrate ANALOG technology. So while Lomo has hipster cred and thus is an obvious choice for this venue, this doesn't seem like an idea Lomographers would actually celebrate (unless you nested an analog camera within the fake camera, which would be pretty cool, though extremely impractical to actually implement).
Nov 10, 2011. 2:05 PMmmamic says:
great tutorial..gonna get wed soon....i'm gonna make 1 like these...posting in few months i hope :)
Nov 10, 2011. 9:51 PMrdy4trvl says:
I've been planning something similar for a non-profit event with a EyeFi as CaptPikel (good name) suggested....but never thought of a giant camera. This is Brilliant - much better than a mini booth I was considering. The giant camera advertises the feature. My thought was to have the Easy button on the ground and operate it by foot.
If anyone identifies the ideal PC based software, please share.
Great Job on the Instructable!
Nov 10, 2011. 12:20 PMjkeenam says:
Hi.. Building one now, do you still have the files you printed the decals on?
Thank you!
Nov 10, 2011. 2:12 PMjkeenam says:
Thanks.. One last question.. What was the tripod make or real use for..
Nov 10, 2011. 5:11 PMCaptPikel says:
This is a great idea. I may try this sometime. I think I'd use my eye-fi card, dslr and the Canon EOS control software though and just have it upload to the internet as the pictures are taken live (assuming there's internet). But the idea is awesome, stuff like this is always a hit at events.
Nov 10, 2011. 6:42 AMphowe says:
This is fantastic!! I've also wanted to create my own photobooth as well. How did you print the photos or share them with your guests?
Nov 10, 2011. 8:24 AMphowe says:
Thanks for the quick answer! That definitely shares the photos with friends, but I love actually having a physical product in hand when they leave. Hmmm... food for thought!
Nov 10, 2011. 8:25 AMporcupinemamma says:
Way too complicated for me to build :0( But i think it is amazing! Looks very very cool!
Nov 7, 2011. 9:24 PMtylercard says:
Of course I admire a large, functioning, fake camera!
Nov 7, 2011. 9:35 AMCarleyy says:
This is fantastic! I love that you build a giant camera for the photo booth. Not only is it functional but it looks awesome!
Nov 6, 2011. 6:09 PMlafnbear says:
Amazing, amazing! Outstanding idea to make it look like a giant camera!

Two suggestions for possible future modifications:
if you cut a large opening in the lower black section of each side, then cover the holes with black plastic window screen, you'd have a barely-noticeable modification that would yield greater ventilation than the fans, and reduce your power usage by eliminating the fans.
Also, you could either extend the connection to the "shutter" button with cabling (which you could duct tape down to protect), or incorporate the XBee wireless components that work with the Ardunio, and then place the "shutter" button on a small table near the backdrop, so subjects could press it there without pressing against the "camera" itself.
Nov 6, 2011. 6:02 PMmikeasaurus says:
so great, thanks for including actions shots!

Pro

Get More Out of Instructables

Already have an Account?

close

All Steps Viewing
View all steps of an Instructable on the same page when you're a Pro Member.

Upgrade to Pro today!
11
Followers
1
Author:letMeBeFranks
Im a interaction designer. I work at frog design :)