Skip to content

Latest commit

 

History

History
42 lines (35 loc) · 1.23 KB

README.md

File metadata and controls

42 lines (35 loc) · 1.23 KB

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 [email protected]: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
  • ++