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
blank video capture (Read 1247 times)
blank video capture
Jun 6th, 2010, 5:39am
 
hey im a total beginner in processing. its so hard haha

i input this code

import processing.video.*;

void setup() {
 size(200, 200);
 println(Capture.list());
}


and it runs, but i only get a grey background showing.  what do i do?!

using processing 1.0.9
Logitech Quickcam Communicate STX-WDM
installed VDig 1.01
Re: blank video capture
Reply #1 - Jun 6th, 2010, 6:16am
 
right now you just print a list of your capture devices, if you want to show the image you get from your webcam. use this code :

http://processing.org/reference/libraries/video/Capture.html
Re: blank video capture
Reply #2 - Jun 6th, 2010, 6:23am
 
man thanks, i just found out what a total noob i am
Page Index Toggle Pages: 1