Hi!
My project is to build a simple object recognition using color method for mobile robot. For this project I used CMUcam3 for vision sensor and
had try several example project using it. For image processing I'm using color segmentation method, so robot will recognize object from its color, but my problem is how i now the segmentation process had complete and the robot had recognize the object without see the output image.
My question is how to make simple image grab using C for my CMUcam?
CMUcam send the data in serial mode.
Thanks.