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
Captured Video gets really scrambled (Read 1104 times)
Captured Video gets really scrambled
May 25th, 2005, 11:14pm
 
Code:

quicktime.std.StdQTException[QTJava:6.1.0g1],-9405=couldntGetRequiredComponent,QT.vers:6528000
quicktime.std.StdQTException[QTJava:6.1.0g1],-9405=couldntGetRequiredComponent,QT.vers:6528000


at quicktime.std.StdQTException.checkError(StdQTException.java:38)
java.lang.ArrayIndexOutOfBoundsException: -1

at processing.app.Runner.message(Runner.java:491)

at processing.app.MessageSiphon.run(MessageSiphon.java:60)

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


null


this is the errormessage.. i'm running a 1.7 ghz mobile dell latitude d800, with a creative webcam live! camera connected to one of my three usb-ports..

i've updated quicktime for java, and frankly i don't know where to go from here..
thanks for any pointers..

-seltar
Re: Can't find Creative Webcam Live!
Reply #1 - May 26th, 2005, 9:18am
 
Ok, it's found the cam.. just had to install winvdig.. didn't find alot of info on that here, but it did the trick, so i'm satisfied..
Now my problem is that is just shows me some freaky colors.. it seems to be capturing, but it scrambles the signal really bad or something..
http://wliia.org/projects/video/screen-0042.jpg
http://wliia.org/projects/video/screen-0079.jpg
http://wliia.org/projects/video/vid3.pde

it doesn't matter what the applet size is.. it still scrambles..
any ideas? it looks great inside winvdig..

-seltar


-- EDIT --
Nevermind, it was just because i had (VFW) before -WDM in my camera settings.. it's all good now.. Smiley thanks..

another thing though.. could this work in a browser?.. tried the code i had that scrambled, and it just closed all my firefox windows.. Tongue

just wondering, that's all..

-seltar
Re: Captured Video gets really scrambled
Reply #2 - Mar 26th, 2009, 4:32pm
 
I'm having the same problem here, how did you changed these settings?
Re: Captured Video gets really scrambled
Reply #3 - Mar 28th, 2009, 6:36pm
 
The processing video capture library works very fine on MAC, uses QTcapture, but under Windows QT cant capture, and yeah u need will WinVDIG 1.01 The result is very unhappy for me, i change my library packge to GSvideo, is very nice on WIN, test it.
Page Index Toggle Pages: 1