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
camera device (Read 1519 times)
camera device
Dec 1st, 2006, 3:47pm
 
I'm a new in processing.
I have a bug with java runtime. I have no idea, how I can resolve it ...

Cheers for your help



java.lang.RuntimeException: Couldn't find any capture devices, check the FAQ for more info.

at processing.video.Capture.list(Capture.java:502)
at Temporary_9609_3016.setup(Temporary_9609_3016.java:10)
at processing.core.PApplet.handleDisplay(PApplet.java:1237)
at processing.core.PGraphics.requestDisplay(PGraphics.java:568)
at processing.core.PApplet.run(PApplet.java:1406)
at java.lang.Thread.run(Unknown Source)
Re: camera device
Reply #1 - Dec 1st, 2006, 9:35pm
 
The java video lib can't find your camera.  This would happen if the camera driver was not installed or was broken/incompatible OR you have not installed the required video stuff.

If you're on Windows, you need Winvdig ( http://www.vdig.com/WinVDIG/ ).   You also need Quicktime. Read the entire video FAQ: http://processing.org/reference/libraries/video/index.html

[edited to include useful links]
Re: camera device
Reply #2 - Dec 4th, 2006, 11:27am
 
Thanks a lot mate, it's working now.  i'm happy Smiley
Page Index Toggle Pages: 1