Ask Your Question

Revision history [back]

face tracking with ip camera

Hello everyone,

I'm new with opencv and I'm developing an opencv project to performance a face detection. I have already reached the face detection with my axis ip camera but now, I would like to track the camera to the posittion of the face marker in the opencv window, when the user is moving around. So what I want to do is: continuously check if the face detection marker(an ellipse) is centered in the image showed and if it's not centered, move the camera(sending the proper HTTP command to the camera).

My question is : Is there any way to check if the ellipse marker of the face detection is centered in the image showed??

Thanks in advance!!