Jump to content

Spherical Video PTZ/Performance/Jetson AGX Xavier: Difference between revisions

no edit summary
No edit summary
No edit summary
Line 22: Line 22:
''Processing time with transformations (2000x1000):''
''Processing time with transformations (2000x1000):''
<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
gst-launch-1.0 videotestsrc is-live=true num-buffers=200 ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! rrpanoramaptz ! "video/x-raw,width=2000,height=1000" ! fakesink
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 videotestsrc is-live=true num-buffers=200 ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! rrpanoramaptz ! "video/x-raw,width=2000,height=1000" ! fakesink
</syntaxhighlight>
</syntaxhighlight>
[[File:1-perf.png|thumbnail|center|640px|Element performance]]
[[File:1-perf.png|thumbnail|center|640px|Element performance]]
264

edits

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