From: Philip L. <phi...@us...> - 2005-08-24 01:33:46
|
Update of /cvsroot/artoolkit/artoolkit/doc In directory sc8-pr-cvs1.sourceforge.net:/tmp/cvs-serv24854/doc Modified Files: video_8h.html Log Message: Add video config doc. Index: video_8h.html =================================================================== RCS file: /cvsroot/artoolkit/artoolkit/doc/video_8h.html,v retrieving revision 1.1 retrieving revision 1.2 diff -C2 -d -r1.1 -r1.2 *** video_8h.html 23 Aug 2005 19:17:00 -0000 1.1 --- video_8h.html 24 Aug 2005 01:33:38 -0000 1.2 *************** *** 642,648 **** open a video source. <p> ! This function opens a video input path with the driver (and device) present on your platform. According to your operating system and the hardware the initialization will be different : a generic string structure is used for this issue. This function prepares the video stream for capture, but capture will not actually begin until arVideoCapStart is called. More information on establishing video streams is available in the ARToolKit manual. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> ! <tr><td valign="top"></td><td valign="top"><em>config</em> </td><td>string of the selected video configuration. </td></tr> </table> </dl> --- 642,648 ---- open a video source. <p> ! This function opens a video input path with the driver (and device) present on your platform. According to your operating system and the hardware the initialization will be different : a generic string structure is used for this issue. This function prepares the video stream for capture, but capture will not actually begin until arVideoCapStart is called. <dl compact><dt><b>Parameters:</b></dt><dd> <table border="0" cellspacing="2" cellpadding="0"> ! <tr><td valign="top"></td><td valign="top"><em>config</em> </td><td>string of the selected video configuration. See the <a href="video/">video configuration documentation</a> for more information on this parameter. </td></tr> </table> </dl> |