OrsayDev / OrsayLaser

Instrumentation for Laser / Blanker / Gain usage in Nionswift
0 stars 0 forks source link

Unused frames in camera #22

Closed yvesauad closed 4 years ago

yvesauad commented 4 years ago

For slow acquitions everything is fine but for fast one camera drops a lot of frames. Note that there is nothing to do with the laser and its intricate lock. It is rather in the stupid while loop acumulating acquitision given by user in average prompt line edit

marceltence commented 4 years ago

I am not sure to understand. If you use read function of camera, in fast mode, only latest grabbed image is given. If you want to grab all, you can use it either in accumulated mode, or in Spim mode, you can have a circulating buffer of rames that you can process online. I will be in the lab wednesday, we can discuss about this.

yvesauad commented 4 years ago

thanks marcel i got it now