So for, I'm only able to get ~1fps in TAKEBST mode or TAKEPIC via SEM.
i skip how many pictures can you take per second?
i use matlab and digicam control it works but it's slow i can take a picture / second maximum.
the main advatnage is that the code is super simple:
C = CameraController;
Speed = {'0.5', '0.3', '1/4', '1/6', '1/8', '1/10', '1/15', '1/20', ...'1/30', '1/45', '1/60', '1/90', '1/125', '1/180', '1/250', ...
'1/350', '1/500', '1/750', '1/1000'};for i = 1: length(Speed)
C.camera.shutterspeed = Speed{i};
%C.camera.isonumber = 200;
C.Capture
end