Is there an example of motion tracking with cv2?
The document to cv2 is almost not there (well there is, but...). Especially a cv2 version of the code in Stack Overflow question How do I track motion using OpenCV in Python?.
Try the lk_demo in the samples/python2
directory in the OpenCV download.
Check out this example link, as it might help.
http://www.calebmadrigal.com/facial-detection-opencv-python/#comment-19420