ZhuangLab / storm-control

Microscope control software
Other
66 stars 68 forks source link

camera buffer size #62

Closed HazenBabcock closed 6 years ago

HazenBabcock commented 7 years ago

There should be an upper limit on the number of frames in the camera buffers. If the frame size is really small then we'll allocate an excessively large number of frames for the buffer, which could take a while.

HazenBabcock commented 6 years ago

Should be fixed. I added a limit of 2000 frames. Hopefully this is large enough.