Jump to content

GStreamer Based Image Signal Processor/Examples/IMX8 Pipelines: Difference between revisions

Line 47: Line 47:


===NV12 bypass===
===NV12 bypass===
For this example the ispclcsc element will baypass the buffers from '''NV12''' to '''NV12'''.
For this example the ispclcsc element will bypass the buffers from '''NV12''' to '''NV12'''.
<syntaxhighlight lang=bash style="background-color: #f0fff0">
<syntaxhighlight lang=bash style="background-color: #f0fff0">
WIDTH=1920
WIDTH=1920
Line 55: Line 55:
queue ! ispclcsc ! "video/x-raw,format=(string)NV12,width=$WIDTH,height=$HEIGHT,framerate=(fraction)30/1" ! fakesink -v
queue ! ispclcsc ! "video/x-raw,format=(string)NV12,width=$WIDTH,height=$HEIGHT,framerate=(fraction)30/1" ! fakesink -v
</syntaxhighlight>
</syntaxhighlight>


=Histogram equalization plugin pipelines examples=
=Histogram equalization plugin pipelines examples=
334

edits

Cookies help us deliver our services. By using our services, you agree to our use of cookies.