554
edits
| EmilioAguas (talk | contribs)  (Created page with "====--- Processing3.0 Code--- ====  Discover the Images of nature that are hidden in the dark with the help of a lighter  <source lang="java">  import processing.video.*;  int k,...") | EmilioAguas (talk | contribs)  | ||
| Line 21: | Line 21: | ||
|    //initialize the web cam |    //initialize the web cam | ||
|    cam = new Capture (this,  |    cam = new Capture (this, 1440, 900, "FaceTime HD Camera (Built-in)", 30); | ||
|    cam.start(); |    cam.start(); | ||
edits