YouTube has a wealth of data but often you don't feel like downloading it all to disk. How can we stream video to python and then access the frame data?
Tag: OpenCV
Easy Audio/Video Capture with Python
It's difficult to obtain audio/video data in Python. You just want a numpy array but how do you get this? This post presents a number of Python classes to address this issue.
Capturing Live Audio and Video in Python
In my robotics projects I want to capture live audio and video data in Python. To save you several days, this blog post explains how I go about doing this.
Face Detection with the Raspberry Pi Camera Board
I have a very basic face detection routine running with the Raspberry Pi camera board. To do this I used Robidouille's library functions (see previous post). I then modified the raspicam_cv.c example to use the face detection routine from Learning OpenCV. There were some tweaks so I will post the code below. You also need … Continue reading Face Detection with the Raspberry Pi Camera Board