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 › video question: capture
Page Index Toggle Pages: 1
video question: capture? (Read 247 times)
video question: capture?
Dec 1st, 2008, 2:51pm
 
hello everyone!

i want to get the average color out of images that my cam produces. so it should be in realtime.

i have already done the average color thing, but only for static images (that are online for example). how can i get the Capture things i get from the Capture class into PImages?

Re: video question: capture?
Reply #1 - Dec 1st, 2008, 5:48pm
 
You might want to take a look at Video (Capture) examples, I took BackgroundSubtraction (at random) and see that video.loadPixels() is used to access at the captured image.

And perhaps you might want to ask future related questions to the Video sub-forum, to reach the right persons... Smiley
Page Index Toggle Pages: 1