disclaimer contact

Class

Capture

Name

list()

Examples
import processing.video.*; 
 
void setup() { 
  size(200, 200);
  println(Capture.list()); 
}
Description Gets a list of all available capture devices such as a camera. Use print() to write the information to the text window.
Syntax
cam.list()
Parameters
cam any variable of type Capture
Returns String[]
Usage Web & Application
Updated on August 30, 2010 04:29:32pm EDT

Creative Commons License