-
-
Notifications
You must be signed in to change notification settings - Fork 11
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 shutter lock mode #65
Comments
I did implement this in my own branch based on an old codebase with the quick press bug (#63). My knowledge of git is pretty poor/non-existent, and my coding is probably at a similar level, so it's debatable if it'll be of any use |
Feel free to cut'n'paste your code right into this issue if you wish, happy to consider ideas. |
I apologise in advance for how bad it is; it's been a few years (ok, closer to a decade) since I last coded in C
|
No problems, I appreciate the effort! So, reading what you described and your code I tried a few ways to reliably enter shutter lock:
If you are able to program your target, try the branch on this issue. Eventually we should also improve the recent interval mode to be easy to configure:
I'm still thinking on how to do that intuitively with a tiny screen and two buttons. |
Branch working as described. Also fixes the quick tap issue (side note: you can also add the 100ii onto the supported list of cameras) I haven't got any good ideas re: interval timer. The best one so far is to have the side buttons go up and down, and use the main button as start, then if you hold the main button you exit the timer mode. That'll make the UI designers cry though, because the buttons then have a unique behavior in just one part of the app |
Excellent! Thanks for testing.
Done.
Yep, tiny screen + no buttons = UI design nightmare. |
I'm probably going to solve the UI issue by switching to the Core2. Three usable buttons and a touch screen beats the lonely 2 on the m5stick I might see if I'm clever enough to program my idea in and test. I expect I'll run into problems, but it'll be a good exercise |
Indeed. The primary target is the M5StickC, so whatever we do needs to be adaptable.
Great, lemme know how you go. |
Add a remote control mode that supports shutter lock.
Use case is described by @matthudsonau here.
The text was updated successfully, but these errors were encountered: