Jump to content

GStreamer Based Image Signal Processor/Troubleshoot: Difference between revisions

m
no edit summary
mNo edit summary
 
mNo edit summary
 
Line 1: Line 1:
<noinclude>
<noinclude>
{{GStreamer Based Image Signal Processor/Head|previous=Performance/imx8|next=Contact_Us|metakeywords=contact,contact ridgerun,ridgerun}}
{{GStreamer Based Image Signal Processor/Head|previous=Performance/imx8|next=Contact_Us}}
</noinclude>
</noinclude>


Line 24: Line 24:
Please use the following command to inspect the element and the available devices and platforms available on your system.
Please use the following command to inspect the element and the available devices and platforms available on your system.


<syntaxhighlight lang=bash style="background-color: #f0fff0">
<syntaxhighlight lang="bash">
gst-inspect-1.0 ispcldebayer
gst-inspect-1.0 ispcldebayer
</syntaxhighlight>
</syntaxhighlight>
Line 58: Line 58:
Add the properties in the pipeline to select the required device and platform. For example:
Add the properties in the pipeline to select the required device and platform. For example:


<syntaxhighlight lang=bash style="background-color: #f0fff0">
<syntaxhighlight lang="bash">
gst-launch-1.0 videotestsrc is-live=true ! "video/x-bayer, format=(string)bggr, width=$WIDTH, height=$HEIGHT,framerate=(fraction)30/1" ! queue ! ispcldebayer device=1 platform=1 ! videoconvert ! fpsdisplaysink
gst-launch-1.0 videotestsrc is-live=true ! "video/x-bayer, format=(string)bggr, width=$WIDTH, height=$HEIGHT,framerate=(fraction)30/1" ! queue ! ispcldebayer device=1 platform=1 ! videoconvert ! fpsdisplaysink
</syntaxhighlight>
</syntaxhighlight>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.