Hi,
Does anybody know about a code to save an image and with arduino turn a servo when that image is shown. I want to use raspberry pi to process the image of a camera, and if it is equal to the saved image to turn a servo. Does anybody know about an existing code of this. Or two that I can join to create this.
Thanks in advance
Arduino can turn your servo when it gets an instruction from RPi, but it is not a good idea to ask it to store, use or manipulate pictures in any way.
However, if you already use RPi, you don't need an Arduino to turn the servo. RPi can do that as well.
This is more of RPi question than Arduino related.
Thanks shpaget,
Does anybody know an existing code of pi of an image recognition program?
Sorry i know very little about arduino.