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

endVideo()

   
Examples  
void setup() {	 
  size(320, 240); 
  noBackground(); 
  beginVideo();  
} 
 
void mousePressed() { 
  // マウスが押されたらビデオをキャプチャーすることを止める   
  endVideo(); 
} 
  
void loop() { 
  image(video, 0, 0);  
} 

Description  

接続されたビデオカメラからのビデオをキャプチャーをすることをとめる。 endVideo()機能は、いつもbeginVideo()と一緒に使われる。

 

   
Syntax  
endVideo()
   
Parameters  
 

   
Returns   なし
   
Usage   Application
   
Related   beginVideo()
videoEvent()
video
   
© 2004- 2001 Massachusetts Institute of Technology and Interaction Design Institute Ivrea
Processing is an open project initiated by Ben Fry and Casey Reas