changing file name prefix orders, reset frames caught command from command line

This commit is contained in:
Dhanya Maliakal
2015-08-19 11:38:09 +02:00
parent 24dcc45f5b
commit c9a952a748
4 changed files with 30 additions and 13 deletions

View File

@ -563,7 +563,7 @@ void* postProcessing::processData(int delflag) {
#endif
pthread_mutex_unlock(&mg);
//go through once more to get last nth frame data
if (acquiringDone >= 4){
if (acquiringDone >= 5){cout<<"acquiringdone:"<<acquiringDone<<endl;
if((!nthframe) ||(!newData)){
#ifdef VERY_VERY_DEBUG
cout << "gonna post for it to end" << endl;
@ -596,9 +596,9 @@ void* postProcessing::processData(int delflag) {
}
if(newData){
#ifdef VERY_VERY_DEBUG
//#ifdef VERY_VERY_DEBUG
cout << "new data" << endl;
#endif
//#endif
if(setReceiverOnline()==ONLINE_FLAG){
//get data
strcpy(currentfName,"");