Re: video



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]