The project I am planning to make is as follows:
JeVois recognizes and compares a face to images in the microSD card, if it's a match, the JeVois would communicate with an iPhone app and Siri would pronounce the name of the individual through code in the iPhone app.
What is the best way to go around this? I have face recognition and comparison algorithms running through OpenCV, and I can get the name out of the image. I am stuck at the stage where I need to communicate with the iPhone from JeVois.
What is the easiest way to connect my JeVois (wirelessly or with least amount of wires, as the camera is supposed to sit on a person's glasses) to the app? I have an Atmega, is it possible with it? And if so, how?
Any tutorials online would be greatly appreciated!