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

From RidgeRun Developer Wiki
No edit summary
mNo edit summary
Line 21: Line 21:


''Average Behaviour: CPU and RAM (640x480):''
''Average Behaviour: CPU and RAM (640x480):''
<pre>
<pre>
# Without the element  
# Without the element  
gst-launch-1.0  
gst-launch-1.0  

Revision as of 19:01, 26 March 2024


  Index  





Benchmark environment

The measurements are taken considering the following criteria:

  • Average behaviour: measurements considering typical image processing pipelines.

Benchmarking

Instruments:

  • CPU: RidgeRun Profiler
  • RAM: RidgeRun Profiler
  • GPU: Jtop

Pipelines:

Average Behaviour: CPU and RAM (640x480):


# Without the element 
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


Average Behaviour: CPU and RAM (1280x720):


Average Behaviour: CPU and RAM (1920x1080):


Average Behaviour: CPU and RAM (3840x2160/4K):




  Index