Jump to content

CUDA ISP for NVIDIA Jetson/Performance: Difference between revisions

Line 243: Line 243:


=== Two cameras ===  
=== Two cameras ===  
'''RGB Output'''
The following pipeline was used to measure the processing time and FPS for the cudaawb and the cudadebayer element with an input image with 1920x1200 resolution coming from a camera sensor to an RGB output image.
The following pipeline was used to measure the processing time and FPS for the cudaawb and the cudadebayer element with an input image with 1920x1200 resolution coming from a camera sensor to an RGB output image.
<source lang=bash>
GST_DEBUG="GST_TRACER:7" GST_TRACERS="proctime" gst-launch-1.0 -ve rrv4l2src device=/dev/video0 io-mode=userptr ! 'video/x-bayer, bpp=10, width=1920, height=1200, format=grbg' ! cudadebayer ! cudaawb ! 'video/x-raw, format=RGB' ! fakesink
</source>




704

edits

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