Skip to content

AlliedVisionCamera: start seq acq in correct order#963

Merged
marktsuchida merged 1 commit into
micro-manager:mainfrom
marktsuchida:allied-vision-seq-acq-buffer-queuing
Jun 24, 2026
Merged

AlliedVisionCamera: start seq acq in correct order#963
marktsuchida merged 1 commit into
micro-manager:mainfrom
marktsuchida:allied-vision-seq-acq-buffer-queuing

Conversation

@marktsuchida

Copy link
Copy Markdown
Member

Possible fix for #961.

Queue the frame buffers after starting the capture, not before, as the documentation says to do. This matches the snap implementation, which works correctly.

(Also: avoid potentially blocking requeuing of frames when acquisition has just started: set m_isAcquisitionRunning before starting acquisition.)

Queue the frame buffers after starting the capture, not before, as
the documentation says to do. This matches the snap implementation,
which works correctly.

(Also: avoid potentially blocking requeuing of frames when acquisition
has just started: set m_isAcquisitionRunning before starting
acquisition.)

(Assisted by Claude Code; any errors are mine.)
@marktsuchida marktsuchida marked this pull request as ready for review June 22, 2026 17:50
@marktsuchida marktsuchida merged commit 2ce55a6 into micro-manager:main Jun 24, 2026
2 checks passed
@marktsuchida marktsuchida deleted the allied-vision-seq-acq-buffer-queuing branch June 24, 2026 17:20
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.

1 participant