|
Author |
Topic: Webcam supported (Read 611 times) |
|
gabon
|
Webcam supported
« on: May 14th, 2004, 9:17pm » |
|
How to know if my webcam is supported? I the basic example: void setup() { size(360, 240); noBackground(); beginVideo(360, 240, 24); } void videoEvent() { image(vimage, 0, 0); } void loop() { } and the compiler says that vimage is not defined. thank u, chr
|
|
|
|
gabon
|
Re: Webcam supported
« Reply #1 on: May 14th, 2004, 9:18pm » |
|
on May 14th, 2004, 9:17pm, gabon wrote: I tried
|
|
|
|
|