Introduction: Wedding / Event Photobooth

Hi everybody,

I got married last year, when we're looking for preparation of the D-day, we went on a lot of wedding conventions.

On every convention there is a Photobooth renter, I thought that a photobooth was a great idee for a wedding, each guest could be have fun with it and could leave the wedding with a memory of the party.

I was told to my future wife: "I have almost everything I need to make a photobooth at home, I will do that !".

So here you will find how to make a Photobooth for your wedding or another event.

Since the wedding we lent it to friends for various events (birthday party, baptism...), so fun.

Step 1: All What You Need

This is the list of all what I need to do my Photobooth:

  • 1 Raspberry pi (for me Raspberry 1 model B because I've got it before but you can take a newer version)
  • 1 SD Card for the raspberry
  • 1 micro USB cable + power adapter 5V and 2A (to power raspberry)
  • 1 Camera module for raspberry
  • 1 USB Hub powered
  • 1 photo printer compatible with raspbian (for me HP Photosmart 475)
  • 1 massive arcade button 100mm with led
  • 1 12v transformer for button led
  • 1 PC screen (if it's not an HDMI screen you will need an HDMI adapter to plug to Raspberry)
  • 3 spotlights with transformer
  • 1 desk grommet of 80mm to fix the camera module
  • Pieces of wood to make the box
  • All decoration you want to embellish your Photobooth (for me pink wallpaper).

Step 2: Prepare Your Raspberry Pi

First of all you have to prepare your Raspberry pi and test all your installation with the program (I will give you my program don't worry ;)).

1. Load the OS of Raspberry pi into the SD card => Raspbian (Linux OS for Raspberry)

From your computer (windows / mac / linux):

  • Download Raspbian with desktop from this page: https://www.raspberrypi.org/downloads/raspbian/
  • Download Etcher and install it from this page: https://etcher.io/
  • Connect an SD card reader with the SD card inside.
  • Open Etcher and select from your hard drive the Raspberry Pi .img or .zip file you wish to write to the SD card.
  • Select the SD card you wish to write your image to.
  • Review your selections and click 'Flash!' to begin writing data to the SD card.

You can find more information on this page: https://www.raspberrypi.org/documentation/installation/installing-images/

2. Enable Camera module

To enable the camera module there is a little configuration to do: https://www.raspberrypi.org/documentation/usage/camera/

3. Prepare Raspbian with all librairies you need

Step 3: Wire Arcade Button on Raspberry Pi

On my program, I set the button on the GPIO Pin 25 of the raspberry pi 1 model B

Step 4: Import Program From Github

You will find program on Github: https://github.com/sabat54i/photoboothdiy

The code is in camera.py file, you will need the images folder for the main wallpaper of the photobooth.

On the code you can change the path of the folder where pictures will be saved.

To run it you just have to launch a terminal, navagate to the program folder and type "sudo python camera.py"

If you want to test it without a button wire on GPIO Pin 25 of the raspberry, you can push down arrow of your keyboard.

Finally, I wanted to run the program at startup of the raspberry pi so I followed this tuto https://www.simplified.guide/linux/automatically-run-program-on-startup

The script which launch at startup is on the Github: photobooth-script.sh

Step 5: Make the Box

You will find here all step of construction of the box

Step 6: Demo