Skip to content

Commit

Permalink
Added 1s delay to optocam capture start to avoid frame desync
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette committed Oct 17, 2023
1 parent 8702259 commit ef7cfb8
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -110,6 +110,7 @@
elseif bitmode==12
clim([0 2^12]); %seems to be a workaround to force preview to show full data range...
end
pause(1); %make sure OPTOcam is ready...
drawnow;

function CustomIMAQErrorFcn(obj, event, varargin)
Expand Down

0 comments on commit ef7cfb8

Please sign in to comment.