Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/suven/projectbooth
Work in progress 🏗 Build your own photobooth! 📸
https://github.com/suven/projectbooth
diy-solutions photobooth raspberry-pi rust
Last synced: 1 day ago
JSON representation
Work in progress 🏗 Build your own photobooth! 📸
- Host: GitHub
- URL: https://github.com/suven/projectbooth
- Owner: Suven
- License: mit
- Created: 2020-01-18T23:17:48.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2023-04-12T00:12:36.000Z (over 1 year ago)
- Last Synced: 2024-10-28T23:21:50.275Z (about 2 months ago)
- Topics: diy-solutions, photobooth, raspberry-pi, rust
- Language: Rust
- Homepage: https://suven.github.io/projectBooth/
- Size: 1.28 MB
- Stars: 3
- Watchers: 2
- Forks: 0
- Open Issues: 12
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# projectBooth
**Work in Progress**
This will be a rust-application that can be run on a raspberry pi in combination with a camera and a PS2 buzz-controller.
You could use it as a starting point to build your own magic mirror / photobooth.
## Dev-Hints
To build / run this software you will need to meet some requirements.
* lib-dependencies `sudo apt-get install libevdev-dev libgphoto2-dev`
* access to usb-devices `sudo cp 10-photobooth.rules /etc/udev/rules.d/10-photobooth.rules`
* add your user to dialout `sude usermod -a -G dialout YOURUSERNAME`If you have issues configuring your user-rights it might be easier to
* `cargo build`
* `sudo ./target/debug/project_booth`