Pan-Tilt with OpenCV

Face Tracking to a Drive Pan/Tilt

This was an ad hoc project using OpenCV to detect faces in real-time and drive a simple pan/tilt platform with a camera attached.

A built-in laptop webcam ran the face detection and controlled the pan/tilt servos. A separate webcam attached to the pan/tilt platform did the actual recording.

Adobe Media Encoder and YouTube Live (in beta) were used to stream the webcam while simultaneously recording it.  The delay between live and streaming was 20+ seconds, but a benefit was that it was watchable on all devices, including iOS.

Behind the Scenes

Resulting video from webcam: https://youtu.be/3FT468u_prM

To improve on this, servo movements could be smoothed and averaging applied to the face detection results.  Also, these particular servos were really noisy, especially when working to hold a position. In a real world scenario, a Dynamixel based pan/tilt platform might be quieter.

Additional Face Tracking Tests

These videos show experiments using OpenCV to track a face in a typical single performer stage performance. The green circles are from using a haar frontal classifier and the blue circles are from using a haar profile classifier.

    • opencv-test-011-bad
      • a near worst case scenario due to over exposed lighting, glasses, mic in front face, and frequent 3/4 face profile presentation.