Schaffenburg / photobooth

Schaffenburg's Linux Photobooth Software for DSLRs
https://wiki.schaffenburg.org/Projekt:Photobooth
18 stars 2 forks source link
gphoto2 gstreamer gtk3 linux meson party photobooth photography

Schaffenburg e.V.'s Photobooth Software

OwO What's this?

This is a linux GUI application which captures live preview and exposures from a DSLR Camera and allows printing or social media sharing the photos.

(CC) 2016-2019 by Andreas Frisch (Fraxinas) photobooth@schaffenburg.org

Features

Building

Initially developed and tested under ARCH Linux [2].

Requires GTK3+ >3.20

To install this under *ubuntuish distros:

sudo add-apt-repository ppa:gnome3-team/gnome3-staging
sudo add-apt-repository ppa:gnome3-team/gnome3
sudo apt-get update

Photobooth uses the meson [3] build system

pip3 install meson

pacman -S ninja or apt-get install ninja-build

To build, please run:

meson build
ninja -C build

Running

build/photobooth

will run the software with the default configuration from default.ini

References