I use Andor DU-897E to read out 1x512 array in FVB Mode. With speed of 10MHz and 0.3 us, in theory the average speed is <500us, and the actual time cost is 6 ms.
The code I use:
StartAcquisition();
WaitForAcquisition();
GetAcquiredData(pic_buff, size);
And it's repeated 100 times in 600 ms, Could you please tell me what's the solution? Thanks!