开发者

Grabbing a random frame from a webcam with GStreamer in Python

开发者 https://www.devze.com 2022-12-21 12:27 出处:网络
I\'m trying to write a program to control a robot by interpreting frames from a webcam and happened upon GStreamer.

I'm trying to write a program to control a robot by interpreting frames from a webcam and happened upon GStreamer.

I've been able to stream video in Python from the webcam with GStreamer with help from this page: http://www.ndeschildre.net/2008/04/04/python-power/

However, I don't know how to ask for a single RGB-encoded frame from the Pipeline, and while I've managed to find and read some of the documentation, I've found no obvious answer.

Does anyone have any ideas?

EDIT: I've attempted to use OpenCV to solve this problem first, but the buffer isn't staying put or something, and is causing successive images to not start at the top left corner of the buffer. (operating system is U开发者_JAVA百科buntu Linux)


Look at the source code for cheese, the Gnome photobooth application.

You could also try the usersink.


I've heard of some success with OpenCV's Python bindings. Here is one of those successes: http://blog.jozilla.net/2008/06/27/fun-with-python-opencv-and-face-detection/

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号