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.
IndexProgramming Questions & HelpPrograms › Read from two webcams from one computer
Page Index Toggle Pages: 1
Read from two webcams from one computer (Read 514 times)
Read from two webcams from one computer
Apr 29th, 2008, 6:23pm
 
Can processing read from two cameras on the same computer??
I want to mix the frames captured from two sources.
Thinking whether it is possible~

Please kindly advise.=]
Re: Read from two webcams from one computer
Reply #1 - Apr 30th, 2008, 11:15pm
 
yep it can... done it before

just use Capture.list() to retrieve all of the cameras plugged in and then create a new Capture object to hold and initialize each
Re: Read from two webcams from one computer
Reply #2 - May 1st, 2008, 7:34am
 
donhavey wrote on Apr 30th, 2008, 11:15pm:
yep it can... done it before

just use Capture.list() to retrieve all of the cameras plugged in and then create a new Capture object to hold and initialize each


thanks a lot , shmageki!
Page Index Toggle Pages: 1