[artoolkit-commits] artoolkit/include/AR video.h,1.3,1.4
Optical marker tracking and overlay for augmented reality.
Brought to you by:
philip_lamb
From: Philip L. <phi...@us...> - 2005-08-24 01:30:31
|
Update of /cvsroot/artoolkit/artoolkit/include/AR In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24402 Modified Files: video.h Log Message: Documentation update. Index: video.h =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/include/AR/video.h,v retrieving revision 1.3 retrieving revision 1.4 diff -C2 -d -r1.3 -r1.4 *** video.h 23 Aug 2005 18:14:41 -0000 1.3 --- video.h 24 Aug 2005 01:30:23 -0000 1.4 *************** *** 149,154 **** * but capture will not actually begin until arVideoCapStart * is called. - * More information on establishing video streams is available in the ARToolKit manual. * \param config string of the selected video configuration. * \return 0 if successful, -1 if a video path couldn't be opened */ --- 149,155 ---- * but capture will not actually begin until arVideoCapStart * is called. * \param config string of the selected video configuration. + * See the <a href="video/">video configuration documentation</a> + * for more information on this parameter. * \return 0 if successful, -1 if a video path couldn't be opened */ |