<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le sam. 11 janv. 2020 08 h 15, m.lenz <<a href="mailto:m.lenz@kappa-optronics.com">m.lenz@kappa-optronics.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Hey,<br>
<br>
I started using GStreamer for a new application with an LWIR sensor. The<br>
camera device is a SmartIR640 from ALab running on a Linux based operating<br>
system on a Jetson TX2.<br>
<br>
I want to use a Gstreamer pipeline to grab the video data and process them.<br>
>From ALab I got the shared object library and the header files for the<br>
camera.<br>
<br>
In a first step I used Pipeline Manipulation of an appsrc element to get the<br>
data into the pipeline. This works just fine.<br>
<br>
To become more flexible with the pipeline I want to create a plugin which<br>
first connects to the camera and then puts the video data into the pipeline,<br>
so that I can use GStreamer as a command line tool.<br>
<br>
Therefore I used the gst_element_maker with the GstBaseSrc template to<br>
create my smartir640src plugin. Then I used _start() to open the device and<br>
_fill() where I put all the data into the buffer. Don’t know if this is the<br>
right procedure.<br>
<br>
But I don’t how to test this new plugin. I already read all the “Plugin<br>
Writers Guide” information. I have the files gstsmartir640src.c / .h and the<br>
.so / .h files from the camera sensor. What I have to do now so that<br>
gst-inspect will find this new plugin? I can not find any information to<br>
this.<br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">You can export GST_PLUGIN_PATH=/plugin/dir</div><div dir="auto"><br></div><div dir="auto">With the right directory were you have built your plugin.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
Thanks a lot<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div></div>