Frame buffer with sdk

classic Classic list List threaded Threaded
2 messages Options
Reply | Threaded
Open this post in threaded view
|

Frame buffer with sdk

jDRD6Dm8

I was wondering if it is possible to utilize a frame received callback in GStreamer SDK without displaying to the screen, and was thinking that some kind of video sink would be the answer. However, I’m not sure if that’s the correct path. What I’d like to end up with is an image buffer from a IP camera to pass to another component in my project. Thanks in advance…


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel
Reply | Threaded
Open this post in threaded view
|

Re: Frame buffer with sdk

Nicolas Dufresne
Le vendredi 30 novembre 2012 à 11:53 -0500, Brian Martin a écrit :
> I was wondering if it is possible to utilize a frame received callback
> in GStreamer SDK without displaying to the screen, and was thinking
> that some kind of video sink would be the answer. However, I’m not
> sure if that’s the correct path. What I’d like to end up with is an
> image buffer from a IP camera to pass to another component in my
> project. Thanks in advance…

You may consider using appsink [1] element. This element has an API for
easy integration in your application.

Nicolas

[1] http://gstreamer.freedesktop.org/data/doc/gstreamer/head/gst-plugins-base-libs/html/gst-plugins-base-libs-appsink.html


_______________________________________________
gstreamer-devel mailing list
[hidden email]
http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel