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

no edit summary
mNo edit summary
No edit summary
Line 17: Line 17:
* ''RAM'': RidgeRun Profiler
* ''RAM'': RidgeRun Profiler
* ''GPU'': Jtop
* ''GPU'': Jtop
* ''Framerate'': GstShark


'''Pipelines:'''
'''Pipelines:'''


''Average Behaviour: CPU and RAM (640x480):''
''Processing time with transformations (2000x1000):''
 
<syntaxhighlight lang=bash>
<pre>
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>
# Without the element
[[File:1-perf.png|thumbnail|center|840px|Element performance]]
gst-launch-1.0  
 
# With the element
gst-launch-1.0
 
# Client pipeline
gst-launch-1.0 playbin
 
# RidgeRun Profiler
rr-profiler-headless -a -p [process_number] -T 100 > data.txt
 
</pre>
 
 
 
''Average Behaviour: CPU and RAM (1280x720):''
 
 
''Average Behaviour: CPU and RAM (1920x1080):''
 
 
''Average Behaviour: CPU and RAM (3840x2160/4K):''
 


''Processing time without transformations (2000x1000):''
<syntaxhighlight lang=bash>
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 zoom=2 pan=20 tilt=90 ! "video/x-raw,width=2000,height=1000" ! fakesink
</syntaxhighlight>
[[File:1_5-perf.png|thumbnail|center|840px|Element performance]]


<noinclude>
<noinclude>
{{Spherical Video PTZ/Foot||}}
{{Spherical Video PTZ/Foot||}}
</noinclude>
</noinclude>
264

edits