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

Intervalometer mode for DSLR for time lapses #64

Open
flyingbarron opened this issue Aug 1, 2023 · 6 comments
Open

Intervalometer mode for DSLR for time lapses #64

flyingbarron opened this issue Aug 1, 2023 · 6 comments
Labels
enhancement New feature or request

Comments

@flyingbarron
Copy link
Collaborator

For DSLRs, instead of streaming the images, allow the creation of a schedule of images to be taken

e.g.
take 100 images of 10 second exposure with a 5 second delay between images.

This will enable the creation of time lapse images.

An optional, more advanced, feature would be a sequence of images with control over exposure, so that the image sequence can be done for optimal foreground and background in a single sequence.

@flyingbarron flyingbarron added the enhancement New feature or request label Aug 1, 2023
@artyom-beilis
Copy link
Owner

I'm not even sure there is an API for this in gphoto2.

Still most of the stuff should be configured via camera itelf.

@flyingbarron
Copy link
Collaborator Author

No, the intervalometer/timer/scheduler would be implemented in OLS itself.
It would just trigger the camera/gphoto2 on a schedule instead of constantly.

@artyom-beilis
Copy link
Owner

But why would you skip frames? Don't you want as much data as possible?

@flyingbarron
Copy link
Collaborator Author

  1. If it's a time-lapse, you don't necessarily need all the frames -> this is not for real time stacking, it's to create a time lapse video.
  2. It's an uncooled camera. You might want a pause to stop the camera from over heating from constant use.

@artyom-beilis
Copy link
Owner

If it's a time-lapse, you don't necessarily need all the frames -> this is not for real time stacking, it's to create a time lapse video.

So basically you don't do any processing? Just recording?

@flyingbarron
Copy link
Collaborator Author

Correct.
You could also create the timelapse in OLS, but that would be another issue/enhancement request.

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

No branches or pull requests

2 participants