FAQ
Cover
This is the archive Discourse for the Processing (ALPHA) software.
Please visit the new Processing forum for current information.

   Processing 1.0 _ALPHA_
   Topics & Contributions
   Video, Camera
(Moderator: REAS)
   Webcam supported
« Previous topic | Next topic »

Pages: 1 
   Author  Topic: Webcam supported  (Read 611 times)
gabon

WWW
Webcam supported
« on: May 14th, 2004, 9:17pm »

How to know if my webcam is supported? I the basic example:
 
void setup() {  
  size(360, 240);  
  noBackground();  
  beginVideo(360, 240, 24);  
}  
 
void videoEvent() {    
  image(vimage, 0, 0);  
}  
 
void loop() {  
   
}
 
and the compiler says that vimage is not defined.
 
 
thank u, chr
 
gabon

WWW
Re: Webcam supported
« Reply #1 on: May 14th, 2004, 9:18pm »

on May 14th, 2004, 9:17pm, gabon wrote:
I the basic example:

 
I tried
 
Pages: 1 

« Previous topic | Next topic »