Skip to content

drerik/portable_photobooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Portable photobooth

Inspired by http://www.instructables.com/id/Raspberry-Pi-photo-booth-controller/

Software

Libraries/Dependencies

Installation

Install required packages

sudo aptitude install libgphoto2-2 curl git libgphoto2-2-dev libjpeg-dev cups python-cups

Install and configure cups

  • Enable web interface
sudo cupsctl WebInterface=yes
  • Create a ssh tunnel to the pi to forward the cups web admin
$ ssh -L 8631:localhost:631 [email protected]

Hardware

  • Digital camera with ptp support. I use a Nikon D7000.
  • Canon celphy printer

About

Portable photobooth using a raspberry pi as a base

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published