momentobooth / momentobooth

An opensource photo booth kiosk application created with Flutter
Mozilla Public License 2.0
21 stars 3 forks source link

custom key #475

Open Miauto opened 2 months ago

Miauto commented 2 months ago

Hi,

Can we customize keys to take the photos, print and other ?

I'd like to put a big button, key macro arduino. or https://github.com/DustinWatts/FreeTouchDeck

Thx for the good project. bye

h3x4d3c1m4l commented 2 months ago

Hi @Miauto, I think that would be a nice addition. However, does that mean there would be no touch screen and just the big button? If that's the case we'd have to think about how to navigate through the other screens...

However if your big button is just an addition to having a touch screen (to make it look more fun 👀?) then it would be a pretty nice and simple change (I'd just add a hot key to the Start screen).

h3x4d3c1m4l commented 2 months ago

Would it be possible for you to use MQTT or Home Assistant (with MQTT integration) to control MomentoBooth? We already have quite some MQTT infrastructure including Home Assistant discovery.

Currently, one can already read the current page (e.g. Start screen, Create collage screen, etc.). We could add support for actions. This would allow for dynamic discovery of possible actions.

However if you are building something like simple USB keyboard emulation, then we could add keyboard hotkeys of course.