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 › Re: webcam images moving around
Page Index Toggle Pages: 1
Re: webcam images moving around (Read 541 times)
Re: webcam images moving around
Apr 11th, 2010, 9:08am
 
"have bugs" is imprecise. Either it is a webcam issue so you have to ask questions in the video section, or it is a logical/program issue, and you need to explain the expected behavior and how it differs from that.
Re: webcam images moving around
Reply #1 - Apr 11th, 2010, 10:34am
 
Ah, indeed, as I don't have a webcam, I couldn't run the sketch to see the error...
The message is quite explicit: numCams is an int, so you cannot access to it like an array, with the numCams[i] syntax. I am not sure if you intended to increment numCams (I don't think so) or some other array.
Page Index Toggle Pages: 1