Jump to content

ON Semiconductor AR1335 Linux Driver: Difference between revisions

m
Line 401: Line 401:
==== Capture and Display ====
==== Capture and Display ====


* 3840x2160@30fps GRBG10
<pre style="background:#d6e4f1">
<pre style="background:#d6e4f1">
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)NV12, framerate=(fraction)30/1' ! autovideosink
gst-launch-1.0 nvarguscamerasrc sensor-id=0 ! 'video/x-raw(memory:NVMM), width=(int)3840, height=(int)2160, format=(string)NV12, framerate=(fraction)30/1' ! autovideosink
</pre>
* 4208x3120@15fps GRBG10
<pre style="background:#d6e4f1">
gst-launch-1.0 nvarguscamerasrc sensor-id=0 sensor-mode=0 ! 'video/x-raw(memory:NVMM), width=4208, height=3120, format=NV12, framerate=15/1' ! nvoverlaysink
</pre>
* 4208x3120@15fps GRBG8
<pre style="background:#d6e4f1">
gst-launch-1.0 v4l2src ! "video/x-bayer, format=grbg, width=4208, height=3120, framerate=15/1" ! capssetter caps="video/x-bayer, format=grbg, width=4224, height=3120" ! bayer2rgb ! videoconvert ! xvimagesink
</pre>
* 4208x3120@15fps GREY8
<pre style="background:#d6e4f1">
gst-launch-1.0 v4l2src ! "video/x-raw,width=4208,height=3120,format=GRAY8" ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvoverlaysink sync=0
</pre>
* 2104x1560@29fps GREY8
<pre style="background:#d6e4f1">
gst-launch-1.0 v4l2src ! "video/x-raw,width=2104,height=1560,format=GRAY8" ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvoverlaysink sync=0
</pre>
* 512x512@86fps GREY8
<pre style="background:#d6e4f1">
gst-launch-1.0 v4l2src ! "video/x-raw,width=512,height=512,format=GRAY8" ! nvvidconv ! 'video/x-raw(memory:NVMM),format=I420' ! nvoverlaysink sync=0
</pre>
</pre>


212

edits

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