Update comments of video examples

This commit is contained in:
codeanticode
2011-09-02 17:13:39 +00:00
parent c9f5ea230c
commit 5aeec953d9
21 changed files with 7 additions and 47 deletions

View File

@@ -1,10 +1,9 @@
/**
* Getting Started with Capture.
*
* GSVideo version by Andres Colubri.
*
* Reading and displaying an image from an attached Capture device.
*/
import processing.video.*;
Capture cam;