Web   ·   Wiki   ·   Activities   ·   Blog   ·   Lists   ·   Chat   ·   Meeting   ·   Bugs   ·   Git   ·   Translate   ·   Archive   ·   People   ·   Donate
summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorpgperui <pgperui@65703dd9-322d-4ecd-a169-f49c4620ba53>2011-05-20 20:04:33 (GMT)
committer pgperui <pgperui@65703dd9-322d-4ecd-a169-f49c4620ba53>2011-05-20 20:04:33 (GMT)
commit6e9391e1aa0d5d233331efdfb46e5535b9230072 (patch)
treec6443d711c4fbad59d55dc5d31218ab15c399498
parent39136a4496eb349c905242a807f90edb89a721bd (diff)
git-svn-id: svn+ssh://lulu.fing.edu.uy/ens/home01/pgperui/repoSVN@171 65703dd9-322d-4ecd-a169-f49c4620ba53
-rw-r--r--Utilidades/src/Pui.cpp4
1 files changed, 3 insertions, 1 deletions
diff --git a/Utilidades/src/Pui.cpp b/Utilidades/src/Pui.cpp
index ba78cf4..2b064d7 100644
--- a/Utilidades/src/Pui.cpp
+++ b/Utilidades/src/Pui.cpp
@@ -1339,7 +1339,9 @@ int Pui::calcularResultadosCalibracionApuntador(int factorThreshH,int minPorcent
}
void Pui::initARConVideo(char * config_name,char * camera_para,char *vconf,int usarAlgoritmoRapido,int loopSpeed,double zoom){
- ARParam wparam;
+ printf("initARConVideo!\n");
+ ARParam wparam;
+
printf("initARConVideo\n vconf= %s \n" , vconf);
/* open the video path */
if( arVideoOpen( vconf) < 0 ) exit(0);