[gst-devel] how to attach camera that has no plugin

Sandeep Prakash 123sandy at gmail.com
Fri Aug 27 18:04:24 CEST 2010


Hi Bert,


Bert Douglas wrote:
> 
> How does one application reference an instance of an element that is in a
> completely different process?
> 
Why should the camera library loaded in a different process. As I had
replied to your other post
use appsrc and in the "need-data" callback feed your frames from the camera
APIs.

Also, using appsrc for live/camera captures might end in undesirable
results. Better is to write
plugin that inherits from the GstPushSrc. Here you will have more control
over framerate, etc.,
that is important in live circumstances.

Regards,
Sandeep
http://sandeepprakash.homeip.net
-- 
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/how-to-attach-camera-that-has-no-plugin-tp2340987p2341320.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.




More information about the gstreamer-devel mailing list