Skip to content

SCAPE: fix ordering issue with live mode shutdown#430

Merged
bls337 merged 1 commit into
micro-manager:mainfrom
bls337:main
Jul 4, 2026
Merged

SCAPE: fix ordering issue with live mode shutdown#430
bls337 merged 1 commit into
micro-manager:mainfrom
bls337:main

Conversation

@bls337

@bls337 bls337 commented Jul 4, 2026

Copy link
Copy Markdown
Collaborator

AcquisitionEngineScape.setup() called core_.setCameraDevice() before Live Mode was stopped, but MMCore throws if a sequence acquisition is running, so clicking Run Acquisition while Live Mode was on (e.g. after using it to mark positions in the Position List) always failed with "Could not set 'Core-Camera' to the first logical camera device." Moved the live-mode-stop block from run() to the top of setup(), before the camera-set call, matching the ordering in the original mm1.4 diSPIM plugin, where Live Mode is disabled as the first substantive step of runAcquisitionPrivate().

@bls337 bls337 merged commit f5d297f into micro-manager:main Jul 4, 2026
1 check failed
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