Joined
·
125 Posts
Face detection/tracking is totally doable with OpenCV, but you need to be comfortable developing in C/C++. The Beta version of OpenCV 3.0 has changed some of the face detection functions that you may come across referenced in older how-tos, so be sure to check out the latest docs if you use this version.
Another thing to note is that the Pis are fairly processor limited, so your frame rate may not be very high.
Another thing to note is that the Pis are fairly processor limited, so your frame rate may not be very high.