330
edits
| Line 16: | Line 16: | ||
| '''And here is the github link for my full code:''' <https://github.com/ConnorFk/DBL_VisitorsCount> | '''And here is the github link for my full code:''' <https://github.com/ConnorFk/DBL_VisitorsCount> | ||
| <source lang="Java" line start= "17"> | |||
|   printArray(Capture.list()); | |||
|   //cam = new Capture(this, 640, 480);   | |||
|   cam = new Capture(this, 640, 480, Capture.list()[2]);//Logitech C270 Webcam   | |||
|   // Comment the following line if you use Processing 1.5       | |||
|   cam.start();  | |||
| </source> | |||
| [[File:codeProcessing1.jpg]] | [[File:codeProcessing1.jpg]] | ||
edits