インフォ FAQ
言語 環境比較
 
Index
 
  Processing 1.0 _ALPHAリファレンスは開発途中である。
もしエラーやコメントがあれば、reas at groupc.netへメールして下さい。
Name  

video

   
Examples  
void setup() { 
  size(320, 240); 
  noBackground(); 
  beginVideo(320, 240, 24); 
} 
 
void loop() { 
  // マウスのポジションに
  // カメラからのビデオイメージを表示する
  image(video, mouseX, mouseY); 
} 

Description  

最も新しくキャプチャーしたビデオのフレーム。image()機能を使いフレームを表示する。

 

 

   
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