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
multiple DV cameras OSX (Read 1172 times)
multiple DV cameras OSX
Jul 5th, 2006, 7:41am
 
Hi

I'm working on a project that uses two live cameras, and it works fine with a sony DV camera and an ISight camera, I specify DV Video for one and IIDC FireWire Video for the other.

But I can't get it to work with two DV cameras.

If I bring up the settings dialogue I can see two seperate cameras listed but when I select the other camera it doesn't change the source

I've tried everything I can think of including not specifying the device but I get always get the error

quicktime.std.StdQTException[QTJava:6.1.4g],-9405=couldntGetRequiredComponent,QT.vers:7118000
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:2112)
at processing.core.PApplet.die(PApplet.java:2130)
at processing.video.Capture.<init>(Capture.java:209)
at Temporary_4221_1464.setup(Temporary_4221_1464.java:50)
at processing.core.PApplet.handleDisplay(PApplet.java:1269)
at processing.core.PGraphics.requestDisplay(PGraphics.java:535)
at processing.core.PApplet.run(PApplet.java:1152)
at java.lang.Thread.run(Thread.java:552)

I'm working on OSX if that makes a difference

Cheers
Rhian
Re: multiple DV cameras OSX
Reply #1 - Aug 22nd, 2006, 3:59pm
 
hi.

while searching for the same answer it appeared that OS X is currently unable to handle multiple DV-inputs while uncompressed sources work over firewire. (e.g. http://www.cycling74.com/twiki/bin/view/FAQs/JitterCameras)

doesn't help but maybe you figured out something smart in the meantime Wink

best
sascha
Re: multiple DV cameras OSX
Reply #2 - Jan 18th, 2010, 1:59pm
 
i have the same problem Sad
Page Index Toggle Pages: 1