Ask Your Question

Revision history [back]

What OpenCV can do

  • Load images from a webcam attached to a raspberri pi
  • Perform some sort of person detection algorithm on top of it
  • Match the person to a database

What OpenCV cannot do

  • Communicate with servo motors, because that is not computer vision
  • Send sms'es, because that is also not computer vision

So you will need more building blocks than OpenCV alone...