mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 05:17:13 +02:00
switching off gui, and acqire should work
This commit is contained in:
@ -73,7 +73,7 @@ int slsDetectorUtils::acquire(int delflag){
|
||||
enableDataStreamingFromReceiver(0); //no call back but streaming enabled, then dont stream.
|
||||
}
|
||||
}else{
|
||||
if(*threadedProcessing && (!ret)){
|
||||
if(*threadedProcessing && (!ret || ret == -1)){
|
||||
cout << "Enabling Data Streaming from Receiver" << endl;
|
||||
enableDataStreamingFromReceiver(1); //call back exists, threaded but streaming disabled, then stream.
|
||||
}
|
||||
|
Reference in New Issue
Block a user