Skip to content

diablo02000/pyphotobooth

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

PyPhotoBooth

Photobooth icons

Description

Create your own photobooth.

Requirements

Hardware

This project was build with:

  • Raspberry B+
  • SD Card
  • Pi camera
  • Pi Touchscreeen Display

Software

First you need to install Raspbian on your SD card. I will not explain this section, they are plenty of tutorial to do this.

Then we need to install python and python pip on your Raspbian:

~# apt-get install python3 python3-pip

Run the requirements installation:

~$ pip3 install -r requirements.txt

And add the last python3 librairies:

~# apt-get install python3-picamera python3-pip python3-tk python3-pil.imagetk libatlas-base-dev

Troubleshoot

libcblas import error

ImportError: libcblas.so.3: cannot opne shared object file: No such  file or directory

You maybe forget to install libatlas-base-dev:

install apt-get install libatlas-base-dev

ImageTk import error

ImportError: cannot import name 'ImageTk'

You aybe forget to install python3-pil.imagetk:

apt-get install python3-pil.imagetk

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages