Skip to content

Commit

Permalink
Shortened delay between optronis setup and sync start
Browse files Browse the repository at this point in the history
  • Loading branch information
Shrediquette authored Jan 28, 2025
1 parent 4df65e7 commit b6b05c7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion +acquisition/piv_capture_Callback.m
Original file line number Diff line number Diff line change
Expand Up @@ -256,7 +256,7 @@ function piv_capture_Callback(~,~,~)
OPTRONIS_bits=8;
end
[OutputError,OPTRONIS_vid,frame_nr_display] = PIVlab_capture_OPTRONIS_synced_start(imageamount,ac_ROI_general,cam_fps,OPTRONIS_bits); %prepare cam and start camera (waiting for trigger...)
pause(1) %make sure OPTRONIS is ready to capture.
pause(0.1) %make sure OPTRONIS is ready to capture.
Error_Reason={};
OPTRONIS_settings_check = 1;
%2166 mit 8 bit
Expand Down

0 comments on commit b6b05c7

Please sign in to comment.