Hello everybody,
I have an arduino due controlling a mobile robot I want the robot to scan numbered markers on it's way and do different actions based on these numbers ...I have the camera module OV7670 with FIFO and I can take pictures with it ....are there any libraries or any Ideas that can help me with this ?
or it's not possible to do with arduino?
The typical Arduino has only 2K memory, so you can't process images.
Consider using the Arduino-compatible Pixy (CMUCam5) which identifies and tracks colored blobs and two-color ID markers.
what about using an old optical mouse sensor?
or it's not possible to do with arduino?
Correct it is not possible.
Not even with an arduino due? Doesn't that have more speed & processing horsepower?
123Splat:
what about using an old optical mouse sensor?
I'm sorry but I didn't understand what do u mean by that ....could you explain please ?
An optical mouse has a small camera, 16x16 up to about 30x30 pixels.