Local image/audio processing

Hello everyone.

I'm totally new to Arduino, and I have a couple of questions for my project.
My project combines both voice and face recognition, and should do all the required processing locally on the Arduino board;i,e. without using the PC for processing.
However, the PC will have a database of voices and faces that will be used for the comparison process.

My questions are:

  1. Is it possible to do the image/audio processing stuff in Arduino itself? What is the best Arduino board that would be powerful to do so?
  2. Is the OpenCV library supported in ArduCAMs? and What is the best camera module that supports openCV?

Any help would be appreciated :slight_smile:

Voice and face recognition is not possible on an Arduion. Not enough memory or processing power.

OpenCV is crap, unstable and poorly implemented with the documentation lagging one or two iterations Behring the code you down load. It is not supported by any Arduino with the possible exception of the hybrid Yun.

Grumpy_Mike:
Voice and face recognition is not possible on an Arduion. Not enough memory or processing power.

OpenCV is crap, unstable and poorly implemented with the documentation lagging one or two iterations Behring the code you down load. It is not supported by any Arduino with the possible exception of the hybrid Yun.

Oh ! That's frustrating :disappointed_relieved:
Thank you anyway