We are about to switch to a new forum software. Until then we have removed the registration on this forum.
Hi,
I am trying to pass a Capture reference. This somehow always returns false even thought camera is available.
boolean readCamera() {
//The variable cam is a Capture function and is global.
if (!cam.available()) {
return false;
}
cam.read();
return true;
}
Can someone give me some pointers please.
Thanks
S
Answers
https://forum.Processing.org/two/discussion/16435/how-to-make-the-webcam-capture-window-go-away-or-put-images-over-it