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
Set camera source in JMyron (Read 606 times)
Set camera source in JMyron
Feb 8th, 2008, 12:55am
 
How does one set which camera input to use in JMyron?  

This can be done in the Capture class (4th argument): Capture(parent, width, height, name, fps)

So you can use it like this: myCapture = new Capture(this, width, height, Capture.list()[1], 30);

I really need something similiar.

Any assistance greatly appreciated.

Re: Set camera source in JMyron
Reply #1 - Apr 28th, 2008, 4:33am
 
Did you find a solution to this??I can't open the settings panel without my machine crashing - osx 10.4
Page Index Toggle Pages: 1