mirror of
https://github.com/slsdetectorgroup/slsDetectorPackage.git
synced 2025-06-13 13:27:14 +02:00
zmq streaming should work with external gui now
This commit is contained in:
@ -509,11 +509,9 @@ void* postProcessing::processData(int delflag) {
|
||||
pthread_mutex_unlock(&mg);
|
||||
//cprintf(RED,"In post processing threads\n");
|
||||
|
||||
|
||||
if(dataReady){
|
||||
if(dataReady) {
|
||||
readFrameFromReceiver();
|
||||
}
|
||||
|
||||
}
|
||||
//only update progress
|
||||
else{
|
||||
int caught = -1;
|
||||
|
Reference in New Issue
Block a user