Orion T-7 AI Platform: Difference between revisions

Line 200: Line 200:
! "video/x-raw,format=(string)UYVY,width=(int)1280,height=(int)720,framerate=(fraction)30/1" ! xvimagesink
! "video/x-raw,format=(string)UYVY,width=(int)1280,height=(int)720,framerate=(fraction)30/1" ! xvimagesink
</pre>
</pre>
*''filesink'': The video is written on a file.
*''filesink'': The video is written on a '''.mkv''' file.
<pre>  
<pre>  
GST_DEBUG=*TRACER*:9 GST_TRACERS="cpuusage;framerate" gst-launch-1.0 v4l2src device=/dev/video0 \
GST_DEBUG=*TRACER*:9 GST_TRACERS="cpuusage;framerate" gst-launch-1.0 v4l2src device=/dev/video0 ! "video/x-raw,format=(string)UYVY,width=(int)1280,height=(int)720,framerate=(fraction)30/1" ! nvvidconv ! omxh265enc ! matroskamux ! filesink location=test_cam0.mkv
! "video/x-raw,format=(string)UYVY,width=(int)1280,height=(int)720,framerate=(fraction)30/1" ! videoconvert \
! omxh264enc ! qtmux ! filesink location=test_cam0.mp4
</pre>
</pre>


Line 216: Line 214:
|-
|-
! scope="row" | 1
! scope="row" | 1
| style="text-align: center" | 30 || style="text-align: center" | 5.5 || style="text-align: center" | 30 || style="text-align: center" | 23.5 || style="text-align: center" | e || style="text-align: center" | f
| style="text-align: center" | 30 || style="text-align: center" | 5.5 || style="text-align: center" | 30 || style="text-align: center" | 23.5 || style="text-align: center" | 30 || style="text-align: center" | 13.5
|-
|-
! scope="row" | 2
! scope="row" | 2
932

edits