Skip to content

simple raspberry pi python photobooth

Notifications You must be signed in to change notification settings

thomastvedt/Photobooth

Repository files navigation

Photobooth

A simple raspberry pi python photobooth made for my wedding.

image

Based on this project: https://github.com/contractorwolf/RaspberryPiPhotobooth

  • uses RaspberryPi camera, raspistill command
  • hard coded resolution on the screen I used: 1280x1024

Setup Raspberry Pi

  • install RaspberryPi camera
  • install Raspberrian on Raspberry Pi
  • sudo apt-get update
  • sudo apt-get upgrade
  • sudo apt install apt-file
  • sudo apt file update
  • sudo apt install libsdl1.2-dev
  • sudo apt-get install git
  • sudo pip install pygame (1.9.4, maybe already installed?)
  • sudo apt-get install libjpeg-dev
  • sudo pip install Pillow
  • setup ssh and git
  • git clone git@github.com:thomastvedt/Photobooth.git
  • disable desktop
  • start script on boot
  • disable screensaver
  • enable raspberry camera

Dev setup on windows 10:

Dev setup mac

  • xcode-select --install
  • install Homebrew
  • brew install python@2
  • ++

About

simple raspberry pi python photobooth

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages