A Photobooth application for (Windows, Linux & Mac) wich controls DSLR/DSLM cameras to creat stunning images automatically. In history a photobooth is a automated photography machine wich was very popular on fairies and train stations where visitors could buy 8 printed photos for 25 cent.
When you only got printed images then, you can now send the digital copies directly to your mail inbox.
You can run the release binary on
- Linux
- Mac
- Windows
without any requirements. A native UI should appear and guide you through the process. If the application setup is already done, you can access it via the settings item in the top-right corner.
For development I recommend using the IntelliJ IDE
To show native UI on Linux, Mac and Windows, the kotlin-libui is used which is based on the original c-library libui.
This application uses libgphoto2 to communicate with a connected DSLR/DSLM camera.
- 0.0.1
- First draft
- add settings screen
- control external flash light
- Mail integration
- WhatsApp integration
Benjamin Stürmer – @benjaminstrmer – webmaster@stuermer-benjamin.de
Distributed under the Attribution 4.0 International (CC BY 4.0) license. See LICENSE
for more information.
https://github.com/thebino/PhotoBooth
- Fork it (https://github.com/thebino/PhotoBooth/fork>)
- Create your feature branch (
git checkout -b feature/fooBar
) - Commit your changes (
git commit -am 'Add some fooBar'
) - Push to the branch (
git push origin feature/fooBar
) - Create a new Pull Request