almost done

This commit is contained in:
Dhanya Maliakal
2016-09-15 10:17:16 +02:00
parent 33807b7fac
commit 0f9a841c4a
5 changed files with 44 additions and 18 deletions

View File

@@ -484,10 +484,13 @@ void* postProcessing::processData(int delflag) {
else{
if(dataReady){
startdatathreads();
sem_post(&dataThreadStartedSemaphore);
}
readFrameFromReceiver();
cout<<"exiting from proccessing thread"<<endl;