GStreamer Video Stabilizer for NVIDIA Jetson Boards/Examples/Xavier: Difference between revisions

From RidgeRun Developer Wiki
(Created page with "<noinclude> {{GStreamer Video Stabilizer for NVIDIA Jetson Boards/Head|next=Performance/Xavier}} </noinclude> The following section describes some relevant performance measur...")
 
No edit summary
Line 1: Line 1:
<noinclude>
<noinclude>
{{GStreamer Video Stabilizer for NVIDIA Jetson Boards/Head|next=Performance/Xavier}}
{{GStreamer Video Stabilizer for NVIDIA Jetson Boards/Head|next=Contact Us}}
</noinclude>
</noinclude>


Line 12: Line 12:
! RAM !! CPU 0 (%) !! CPU 1 (%) !! CPU 2 (%) !! CPU 3 (%) !! GPU (%) !! Framerate
! RAM !! CPU 0 (%) !! CPU 1 (%) !! CPU 2 (%) !! CPU 3 (%) !! GPU (%) !! Framerate
|-
|-
| 1620/7852MB (lfb 1330x4MB) || 5.1250|| 1.6 || 60 || 4.8 || 22.6 || 20.89
| 1948/15828MB (lfb 3250x4MB) || 5.14 || 6.42 || 6.14 || 70 || 32 || 30
|}
|}


Line 18: Line 18:
{| class="wikitable"
{| class="wikitable"
|-
|-
! Resolution !! RAM !! CPU 0 (%) !! CPU 1 (%) !! CPU 2 (%) !! CPU 3 (%) !! GPU (%) !! Framerate !! Latency (ms)
! Resolution !! RAM !! CPU 0 (%) !! CPU 1 (%) !! CPU 2 (%) !! CPU 3 (%) !! GPU (%) !! Framerate
|-
|-
| 640x480 || 1305/7852MB (lfb 1410x4MB) || 9.4 || 78.4 || 2.8 || 3.2 || 27.2 || 20.82 || 0.5758
| 640x480 || 1915/15828MB (lfb 3253x4MB) || 4 || 11.5 || 5.6 || 0.7 || 606 || 30
|-
|-
| 1280x720 || 1318/7852MB (lfb 1410x4MB) || 25 || 1.4 || 1.2 || 24.8 || 24.6 || 21.85 || 1.0342
| 1280x720 || 1422/15828MB (lfb 3438x4MB) || 3 || 8.7 || 4.6 || 1.6 || 8.11 || 10
|-
|-
| 1920x1080 || 1340/7852MB (lfb 1405x4MB) || 25.83 || 1.6 || 1.25 || 17.6 || 0 || 5 || 1.6545
| 1920x1080 || 1578/15828MB (lfb 3398x4MB) || 6.3 || 2.6 || 32 || 0.1 || 2 || 5
|}
|}




<noinclude>
<noinclude>
{{GStreamer Video Stabilizer for NVIDIA Jetson Boards/Foot||Performance/Xavier}}
{{GStreamer Video Stabilizer for NVIDIA Jetson Boards/Foot||Contact Us}}
</noinclude>
</noinclude>

Revision as of 15:10, 7 June 2019




  Index Next: Contact Us





The following section describes some relevant performance measurements during video stabilization.

Reading buffers from file

RAM CPU 0 (%) CPU 1 (%) CPU 2 (%) CPU 3 (%) GPU (%) Framerate
1948/15828MB (lfb 3250x4MB) 5.14 6.42 6.14 70 32 30

Capturing buffers using v4l2src

Resolution RAM CPU 0 (%) CPU 1 (%) CPU 2 (%) CPU 3 (%) GPU (%) Framerate
640x480 1915/15828MB (lfb 3253x4MB) 4 11.5 5.6 0.7 606 30
1280x720 1422/15828MB (lfb 3438x4MB) 3 8.7 4.6 1.6 8.11 10
1920x1080 1578/15828MB (lfb 3398x4MB) 6.3 2.6 32 0.1 2 5


  Index Next: Contact Us