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

Check for 7 OK message when waiting for an image to actualy end the acquisition #17

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

Conversation

auriocus
Copy link

@auriocus auriocus commented Jun 7, 2023

With this patch, the driver continues to wait for the acknowledgement that the image acquisition has ended (7 OK message). Before that, the driver assumed the end of acquisition upon receipt of any arbitrary message from the camserver. Sometimes a "15 OK" was stuck / delayed in our system and caused the driver to assume that the image was taken, which caused synchronization problems.

…cquisition

Sometimes a 15 OK message gets intermixed and prematurely ends the busy
record when acquiring images, this can lead to synchronization problems
Copy link

@ArmandoPueyos ArmandoPueyos left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This looks like a fix for some intermittent issues I'm having with some ADPilatus. I might try this as soon as I have the opportunity.
@auriocus do you think this is also needed for the multiple image case, that you can find on line 1268?
Cheers,
Armando Pueyos

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

2 participants