Language \ Environment \ Comparison
 
Index
 
  The Processing 1.0 _ALPHA_ Reference is a work in progress.
If you see any errors or have any comments, please write to: reas at groupc.net
Name  

video

   
Examples  
void setup() { 
  size(320, 240); 
  noBackground(); 
  beginVideo(320, 240, 24); 
} 
 
void loop() { 
  // Displays video image from a camera 
  // at the position of the mouse 
  image(video, mouseX, mouseY); 
} 

Description   The most recently captured video frame. Use the image()function to display the frame.
   
Syntax  
video
   
Usage   Application
   
Related   beginVideo()
endVideo()
videoEvent()
   
© 2004 - 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas