Jump to content

CUDA ISP for NVIDIA Jetson/Performance: Difference between revisions

Line 200: Line 200:


== '''Jetson Xavier AGX''' ==
== '''Jetson Xavier AGX''' ==
For all the elements, it was measured the processing time and FPS with an input image with 1920x1200 resolution coming from a camera sensor.
The following pipeline was used to test the cudadebayer and cudaawb elements with an RGB image as output.
<source lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 -ve rrv4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=1920, height=1200, format=grbg' ! cudadebayer ! cudaawb ! 'video/x-raw, format=RGB' ! fakesink
</source>
The following pipeline was used to the the cudadebayer and cudaawb elements with an I420 image as output.
<source lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 -ve rrv4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=1920, height=1200, format=grbg' ! cudadebayer ! cudaawb ! 'video/x-raw, format=I420' ! fakesink
</source>
The results obtained:
The results obtained:


<center>
<center>
704

edits

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