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

no edit summary
No edit summary
No edit summary
Line 129: Line 129:
''Resulting Graph:''
''Resulting Graph:''
[[File:15-perf.svg|thumbnail|center|640px|Element performance]]
[[File:15-perf.svg|thumbnail|center|640px|Element performance]]
'''Average processing time: 22.2574 ms'''.


The graph shows fluctuations in processing time, which align with the moments when pan transformations are applied by the script
The graph shows fluctuations in processing time, which align with the moments when pan transformations are applied by the script
Line 203: Line 205:
[[File:16-perf.svg|thumbnail|center|640px|Element performance]]
[[File:16-perf.svg|thumbnail|center|640px|Element performance]]


The graph shows fluctuations in processing time, which align with the moments when pan transformations are applied by the script
'''Average processing time: 15.7266 ms'''.
 
The graph shows fluctuations in processing time, which align with the moments when pan transformations are applied by the script.


====Framerate====
====Framerate====


''Framerate: 30 fps (2000x1000):''
<syntaxhighlight lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="framerate" 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>
[[File:2-perf.png|thumbnail|center|640px|Element performance]]
''Framerate: 30 fps (1000x500 - 2000x1000):''
<syntaxhighlight lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="framerate" gst-launch-1.0 videotestsrc is-live=true num-buffers=300 ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! "video/x-raw,width=1000,height=500,framerate=30/1" ! rrpanoramaptz ! "video/x-raw,width=2000,height=1000,framerate=30/1" ! fakesink
</syntaxhighlight>
[[File:6-perf.png|thumbnail|center|640px|Element performance]]
''Framerate: 30 fps (2000x1000 - 1000x500):''
<syntaxhighlight lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="framerate" gst-launch-1.0 videotestsrc is-live=true num-buffers=300 ! queue max-size-buffers=0 max-size-time=0 max-size-bytes=0 ! "video/x-raw,width=1000,height=500,framerate=30/1" ! rrpanoramaptz ! "video/x-raw,width=2000,height=1000,framerate=30/1" ! fakesink
</syntaxhighlight>
[[File:7-perf.png|thumbnail|center|640px|Element performance]]


''Framerate: 60 fps (2000x1000):''
''Framerate: 60 fps (2000x1000):''
264

edits