andreknieriem / photobooth

A photobooth Web-Application for raspberry pi with gphoto2
https://photobooth.andrerinas.de/
MIT License
295 stars 163 forks source link

Feature request: Camera profiles and switching between them #99

Open plin2 opened 4 years ago

plin2 commented 4 years ago

I intend to build a picam into my photobooth and optionally (when I want hight quality) attach a digital camera on top.

It would be helpful when the photobooth software could detect which cameras are detected (vcgencmd get_camera, gphoto2 --auto-detect), store profiles (the camera dependend options) and allow switching between them. A profile would consist of the following options

or

sualko commented 4 years ago

In my opinion there are more urgent issues than a camera selection dialog. If you need such a thing now, just use two config files and link them depending on which camera you want to use.

plin2 commented 4 years ago

If you need such a thing now, just use two config files and link them depending on which camera you want to use.

That's what I'm doing right now

In my opinion there are more urgent issues than a camera selection dialog.

Consider my enhancement request as a compliment - making a good product even better :-)

andi34 commented 4 years ago

Well, we could make the my.config name adjustable via admin panel. This way you'll be able to switch between different configs. Maybe also make database file and mailer list adjustable?