23,798
edits
mNo edit summary |
mNo edit summary |
||
Line 1: | Line 1: | ||
<noinclude> | <noinclude> | ||
{{GStreamer Based Image Signal Processor/Head|previous=Performance/imx8|next=Contact_Us | {{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 | <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 | <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> |