Jump to content

CUDA ISP for NVIDIA Jetson/Performance: Difference between revisions

No edit summary
Line 229: Line 229:


=='''Jetson Xavier NX'''==
=='''Jetson Xavier NX'''==
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 v4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=3840, height=2160' ! cudadebayer ! cudaawb ! fakesink
</source>
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 v4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=3840, height=2160' ! 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.