Re: video
- From: Harry Van Haaren <harryhaaren gmail com>
- To: charles seedle rigaku com
- Cc: gtkmm-list gnome org
- Subject: Re: video
- Date: Wed, 5 Jan 2011 17:09:00 +0000
Hi again!
On Wed, Jan 5, 2011 at 4:53 PM, Charles Seedle
<charles seedle rigaku com> wrote:
Are there any examples out there of displaying live video in Gtkmm. The video acquisition part of this seems to be pretty well defined at this point. It’s the video image display and update process which concerns me here.
For video, you'd really want to check out GStreamer, its a great media library.
http://gstreamer.freedesktop.org/ As for displaying "live" video, it has a "src" device called "v4l2src" : Video4Linux to src
Using
"v4l2src device=/dev/video0" as your input src will give you your live video stream.
-Harry
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]