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

fix buffering issue by directly downloading image #584

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

kleinicke
Copy link

The current implementation can lead to buffering issues, when four images are taken.

Currently, a connected camera is triggered four times and afterwards the four images are downloaded.
This only works if the connected camera supports having four images in the buffer. This is actually not the case for many consumer camera models, since they were not made for buffering images after an external trigger.

This probably caused the error in #184.
I also noticed this issue on the Sony Alpha 7 3.

This solution directly downloads and processes an image after it's been triggered, so only one image a time needs to be stored on the camera.

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.

None yet

1 participant