mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-07 18:40:42 +02:00
changed back the delay between framescaught
This commit is contained in:
parent
d54392c6eb
commit
16adb444b9
@ -494,7 +494,7 @@ void* postProcessing::processData(int delflag) {
|
|||||||
while(true){
|
while(true){
|
||||||
cout.flush();
|
cout.flush();
|
||||||
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
|
//get progress
|
||||||
if(setReceiverOnline() == ONLINE_FLAG){
|
if(setReceiverOnline() == ONLINE_FLAG){
|
||||||
|
Loading…
x
Reference in New Issue
Block a user