We closed this forum 18 June 2010. It has served us well since 2005 as the ALPHA forum did before it from 2002 to 2005. New discussions are ongoing at the new URL http://forum.processing.org. You'll need to sign up and get a new user account. We're sorry about that inconvenience, but we think it's better in the long run. The content on this forum will remain online.
Page Index Toggle Pages: 1
Newbie trying to capture webcam (Read 1851 times)
Newbie trying to capture webcam
May 15th, 2005, 2:34pm
 
Hi everyone,

I am trying to capture image from my webcam using the reference's example, but I get this error:

java.lang.NoClassDefFoundError: quicktime/std/StdQTException
java.lang.NoClassDefFoundError: quicktime/std/StdQTException at Temporary_7948_3792.setup(Temporary_7948_3792.java:5)

looks like has something to do with java path, or something? I downloaded java SE, and created the CLASSPATH variable pointing to the lib folder. However, i notice it doesn't seem to exist any Quicktime stuff there.

Can anyone give some help on this?
I'm running windows XP.

thanks a lot Smiley
Re: Newbie trying to capture webcam
Reply #1 - May 15th, 2005, 2:46pm
 
have you read this?
http://processing.org/faq/bugs.html#video

F
Re: Newbie trying to capture webcam
Reply #2 - May 15th, 2005, 3:32pm
 
oups, sorry about that. I had to uninstall quicktime and make a custom install in order to get qt for java. It's working perfectly now.

thanks
Page Index Toggle Pages: 1