Re: [micro-manager-general] Spam (12.588):Re: Steps to get a functional plugin, lesson n+1
Status: Beta
Brought to you by:
nicost
|
From: Carlos G M. <tr...@ac...> - 2020-04-08 20:34:44
|
Nico Stuurman @ 08/04/2020 17:27 -0300 dixit: > Change: > > ds_ = studio_.acquisitions().runAcquisition(); > > to: > > ds_ = studio_.acquisitions().runAcquisitionNonBlocking(); > > Your current code registers the datastore to the Eventbus only after the > acquisition finished, hence your code never received a > DataProvierHasNewImageEvent. > Ah, right, never thought of that! I'm trying not to run Micro-Manager in my work desktop, but that is proving to be a problem for debugging. > Thanks for exercising the API! You are very welcome. Thank you for your time. > > Best, > > Nico > -- Carlos G Mendioroz <tr...@ac...> |