Skip to content
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 Interval Shutter Release #51

Merged
merged 9 commits into from
Feb 27, 2024
Merged

Add Interval Shutter Release #51

merged 9 commits into from
Feb 27, 2024

Conversation

sbstjn
Copy link
Contributor

@sbstjn sbstjn commented Oct 4, 2023

Based on #50 , I added a feature to have an interval/timer shutter release. Of course, this could be more complex/generic and have options/configurations available, but it does its job.

The internal interval timer in Fujifilm cameras annoys me; having a "custom interval trigger" was the primary reason to look into your project. Thanks for the great baseline! 🎉 Fujifilm cameras also have support for "external timers," but I haven't look into this.

When active, a command to focus and shutter release are sent on a timed base. Of course, time/interval handling in general is hard thing and this maybe the most naive approach 😂

Anyways, I don't know if things like this should be part of furble or stay in my local fork; also with regards to your planning refactoring mentioned in #50 (comment)

Usage

When connected to the camera, there is a second action next to Shutter called Interval.

DSCF3442

When active, it takes a picture every ~2 seconds and shows in incremented number on the screen and a button to stop the interval again.

DSCF3446

I have not tested this with anything else than the M5 Core2 and Fujifilm X-T5 camera.

@gkoh
Copy link
Owner

gkoh commented Oct 8, 2023

This looks like a good change, thanks!
Adding intervalometer support has been on my todo for ages.

Let's get the M5Unified blah and Core2 support merged and then we'll get this in.

Even if we need to add things (like timer/interval config) it's a good base to start from.

@gkoh gkoh linked an issue Feb 27, 2024 that may be closed by this pull request
@gkoh gkoh merged commit 6bf9fea into gkoh:master Feb 27, 2024
6 checks passed
@gkoh
Copy link
Owner

gkoh commented Feb 27, 2024

@sbstjn I updated your PR and merged it. Thank you!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add basic interval shutter release.
2 participants