I want to have the webcam feed images at intervals of 1 second or less, and find a particular color in that image, generate data for my micrcontroller accordingly.
Can anyone help me out interfacing the Webcam using Processing. As in is there any way to take input directly from webcam. I won't really need to save the images, just process and generate data for the micrcontroller from them.
What all would I need to learn in processing to be able to do this.
Right now I am learning the basics of image processing and setting pixels etc.
It would be great if someone could guide me on the webcam part.