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
error message (Read 4729 times)
error message
Apr 25th, 2007, 3:02pm
 
hi,

every time if I try to use the video examples with the processing programm I get the following message:

java.lang.NoClassDefFoundError: quicktime/std/StdQTException
at Temporary_6082_3560.setup(Temporary_6082_3560.java:33)

I use the processing beta programm and not eclipse or other tool.
Re: error message
Reply #1 - Apr 25th, 2007, 4:03pm
 
you probably need quicktime for java ... read this already?

http://processing.org/reference/libraries/video/index.html

F
Re: error message
Reply #2 - Apr 25th, 2007, 9:57pm
 
now I get:

quicktime.std.StdQTException[QTJava:6.1.5g],-9405=couldntGetRequiredComponent,QT.vers:7158000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)

java.lang.RuntimeException: No capture could be found, or the VDIG is not installed correctly.

at processing.core.PApplet.die(PApplet.java:2336)

at processing.core.PApplet.die(PApplet.java:2354)

at processing.video.Capture.<init>(Capture.java:220)

at processing.video.Capture.<init>(Capture.java:114)

at Temporary_6028_9100.setup(Temporary_6028_9100.java:33)

at processing.core.PApplet.handleDisplay(PApplet.java:1281)

at processing.core.PGraphics.requestDisplay(PGraphics.java:564)

at processing.core.PApplet.run(PApplet.java:1450)

at java.lang.Thread.run(Unknown Source)

Re: error message
Reply #3 - Apr 25th, 2007, 10:34pm
 
Did you read the second part of the page?

Quote:
If you are not using an Apple computer, you will also need a VDIG, a video driver that translates from your hardware to the video functions used by QuickTime. This software may be included in the software provided by the maker of your hardware, or you can download the free VDIG available at http://www.vdig.com and check if it is compatible with your video camera. The free VDIG is slower than many you pay for. There's more information about this below...
Re: error message
Reply #4 - Apr 26th, 2007, 9:19am
 
Hi,

yes, I installed the VDIG also but I still get:

"Problem connecting video output to the hardware renderer" from VDIG and from processing:


quicktime.std.StdQTException[QTJava:6.1.5g],-9405=couldntGetRequiredComponent,QT.vers:7158000
at quicktime.std.StdQTException.checkError(StdQTException.java:38)

java.lang.RuntimeException: No capture could be found, or the VDIG is not installed correctly.

at processing.core.PApplet.die(PApplet.java:2336)

at processing.core.PApplet.die(PApplet.java:2354)

at processing.video.Capture.<init>(Capture.java:220)

at processing.video.Capture.<init>(Capture.java:114)

at Temporary_2563_8791.setup(Temporary_2563_8791.java:24)

at processing.core.PApplet.handleDisplay(PApplet.java:1281)

at processing.core.PGraphics.requestDisplay(PGraphics.java:564)

at processing.core.PApplet.run(PApplet.java:1450)

at java.lang.Thread.run(Unknown Source)


It looks like no support for this hardware or what? It is a cheap web cam  from speed link.

By the way I downloaded QuickTime but I don't get an additional point "custom" to install QuickTime for Java.I used the QuickTime installer from the Quick time web page. But the installation had no point custom...

What can I do now? I need the web cam support in processing urgent
Re: error message
Reply #5 - Apr 26th, 2007, 12:44pm
 
Is there nobody who can help?
Re: error message
Reply #6 - Apr 26th, 2007, 3:03pm
 
first thing to do is look (search) for "qtjava" after installing quicktime. if it is there try running one of the video examples (not capture, try a playback one). if that runs quicktime is ok.

next thing is vdig. if you followed the instructions on the page above and it's not working, then you can try reinstalling vdig. i'm not sure how to test vdig .. i'm on a mac. if you find out that vdig is working, than probably your webcam is not supported ... maybe try a different one.

F
Re: error message
Reply #7 - Apr 26th, 2007, 3:07pm
 
oh, just remembered: you might give toxi's JMF video capture a shot too:
http://toxi.co.uk/p5/libcv/

F
Page Index Toggle Pages: 1