-
-
Notifications
You must be signed in to change notification settings - Fork 12
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add possibility of changing button config on settings #140
Comments
Sorry, long post ahead. Anything is possible, the current implementation addresses two items:
This configuration appears to be acceptable to most users, as both focus and shutter times are independently managed (due to independent buttons), the user is free to do whatever, for me especially:
I interpret this issue as "closer to the camera experience", where a single finger/thumb can be used to control focus and shutter. Without a double action switch, we cannot replicate this experience exactly. So, as you suggest, we can approximate it with single and double click (I can't imagine alternatives with a single button, maybe someone else can?):
There are two problems:
Good news:
tl;dr |
An upcoming version of the UI library, LVGL, is adding double click and triple click event detection. |
Is it possible to add on the settings config on changing how the buttons work?
I was hoping on having the main button be both focus and shutter release. Possibly a single click will be focus and double click or long press would be release or take the shot.
the current implementation of the focus on B button is a bit harder to use for me so im hoping it is possible. 😊
The text was updated successfully, but these errors were encountered: