How Do I Implement IP camera control based on face tracking in computer vision?

How Do I Implement IP camera control based on face tracking in computer vision?

we probably can’t help much with the actual control / communication
(as this is vendor specific, and most likely you have to use some web / http interface for ptz control)

but show us, what you already have wrt the gaze tracking, please.
(again, we can help, but we won’t write your program !)

also, it’s unclear, how your camera should react to the gaze. care to explain ?

I implement ptz camera but it has lots of legging and system is very slow.
I want to move it with face movement.
I use opencv, c-make module for built and curl in windows.
please advise me further more how do I move it according with face movement ?

how, exactly ? be more explicit.

what you mean ? please explain bit more

well… you move it. consider it a control loop, or just calculate the face’s position relative to the picture’s center, and use that as control values… perhaps scale them. you’ll figure it out :slight_smile: