ronansalmon / photobooth

photobooth

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Description

Really light photobooth. Auto detect max resolution of the first webcam and take a picture on 's' or left mouse click.

source

resolution.json from https://en.wikipedia.org/wiki/List_of_common_resolutions

install

virtualenv photobooth
source ~/photobooth/bin/activate 
pip install opencv-python tk

detect resolution and codec

apt install v4l-utils
v4l2-ctl --device /dev/video0 --list-formats-ext

running photobooth

source ~/photobooth/bin/activate 
# detect best resolution and edit config.ini with thoses values
python guess-resolution.py

# kick off app
python photobooth.py

running lcd/rsync

source ~/photobooth/bin/activate 

python rsync.py

About

photobooth


Languages

Language:Python 96.7%Language:Shell 3.3%