[artoolkit-commits] artoolkit/examples/simpleVRML simpleVRML.c,1.6,1.7
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-09-22 00:46:57
|
Update of /cvsroot/artoolkit/artoolkit/examples/simpleVRML In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv3661 Modified Files: simpleVRML.c Log Message: Correctness fix in handling grabbed pixels. Index: simpleVRML.c =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/examples/simpleVRML/simpleVRML.c,v retrieving revision 1.6 retrieving revision 1.7 diff -C2 -d -r1.6 -r1.7 *** simpleVRML.c 29 Jul 2005 23:23:03 -0000 1.6 --- simpleVRML.c 22 Sep 2005 00:46:49 -0000 1.7 *************** *** 358,361 **** --- 358,362 ---- arglDispImage(gARTImage, &gARTCparam, 1.0, gArglSettings); // zoom = 1.0. arVideoCapNext(); + gARTImage = NULL; // Image data is no longer valid after calling arVideoCapNext(). if (gPatt_found) { |