mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2026-01-16 00:14:37 +01:00
changed back the delay between framescaught
This commit is contained in:
@@ -494,7 +494,7 @@ void* postProcessing::processData(int delflag) {
|
||||
while(true){
|
||||
cout.flush();
|
||||
cout<<flush;
|
||||
usleep(50000); //20ms need this else connecting error to receiver (too fast)
|
||||
usleep(20000); //20ms need this else connecting error to receiver (too fast)
|
||||
|
||||
//get progress
|
||||
if(setReceiverOnline() == ONLINE_FLAG){
|
||||
|
||||
Reference in New Issue
Block a user