Jump to content

GStreamer Based Image Signal Processor/Performance/imx8: Difference between revisions

Replace BGGR10 by BGGR and BPP=10
(Replace BGGR10 by BGGR and BPP=10)
Line 130: Line 130:
HEIGHT=1080
HEIGHT=1080


$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispcldebayer ! fakesink -v
$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr,bpp=10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispcldebayer ! fakesink -v
</syntaxhighlight>
</syntaxhighlight>


Line 237: Line 237:
$ HEIGHT=1080
$ HEIGHT=1080


$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispclawb ! fakesink -v
$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr,bpp=10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispclawb ! fakesink -v
</syntaxhighlight>
</syntaxhighlight>


Line 342: Line 342:
$ HEIGHT=1080
$ HEIGHT=1080


$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispcleq ! fakesink -v
$ gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-bayer,format=bggr,bpp=10,width=$WIDTH,height=$HEIGHT,framerate=30/1 ! ispclbayer10to8 ! queue ! ispcleq ! fakesink -v
</syntaxhighlight>
</syntaxhighlight>


1,654

edits

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