ARToolKit | Mailing List Archive |
![]() |
From: | Andres Agudelo Toro <aagudel6@e ...........> | Received: | Sep 23, 2002 |
To | artoolkit@h .................. | ||
Subject: | Creative WebCam and RedHat 7.3 | ||
I am trying to run the examples included with the ARToolkit 2.6 in a RedHat 7.3 and a Creative webcam, the camera is working properly and the configuration and compilation of the ARTKit code is allright. When I execute whichever example I got the next message: arVideoOpen: channel# is not valid. Does somebody know about this problem? Thanks :]. --------------------------------------------- Andrés Yovanny Agudelo Toro Junior Informatic Student EAFIT University-Virtual Reality Lab. Medellín, Colombia. |
From: | Hirokazu Kato <kato@s ........................> | Received: | Sep 24, 2002 |
To | Andres Agudelo Toro <aagudel6@e ...........> | ||
Subject: | Re: Creative WebCam and RedHat 7.3 | ||
>When I execute whichever example I got the next message: > arVideoOpen: channel# is not valid. Change include/AR/config.h #define DEFAULT_VIDEO_CHANNEL 1 ------> #define DEFAULT_VIDEO_CHANNEL 0 -- ------------------------------------------------------------------ Hirokazu Kato Faculty of Information Sciences Hiroshima City University Phone: +81-82-830-1705 Email: kato@s ........................ Fax: +81-82-830-1435 URL: http://www.sys.im.hiroshima-cu.ac.jp/people/kato/ |