https://github.com/zabackary/photo-booth
A Rust-powered photo booth that can run anywhere Nokhwa (the camera lib) runs! Sends photos to a webhook.
https://github.com/zabackary/photo-booth
Last synced: about 1 year ago
JSON representation
A Rust-powered photo booth that can run anywhere Nokhwa (the camera lib) runs! Sends photos to a webhook.
- Host: GitHub
- URL: https://github.com/zabackary/photo-booth
- Owner: zabackary
- Created: 2024-05-06T13:09:32.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-04T12:29:58.000Z (about 2 years ago)
- Last Synced: 2025-01-24T09:25:31.014Z (over 1 year ago)
- Language: Rust
- Homepage:
- Size: 284 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Photo booth
This is a photo booth application, obviously.
For now, the main branch contains a version which calls a callback service with
a token to email recipients (this is implemented as a Google Apps Script web
app, but you can pick the implementation). If the need arises, I will add
options to use a physical printer instead.
Tested in production and works well!