Jump to content

CUDA ISP for NVIDIA Jetson/Examples/GStreamer usage: Difference between revisions

Line 69: Line 69:


=== cudaawb ===
=== cudaawb ===
This element applies de auto-white balance algorithm to adjust an image
<pre>
<pre>
gst-launch-1.0 -ve v4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=3840, height=2160' ! cudashift shift=0 ! cudadebayer ! cudaawb ! queue ! videoconvert ! 'video/x-raw' ! videoscale ! 'video/x-raw, width=640, height=480' ! ximagesink display=localhost:10.0 sync=false
gst-launch-1.0 -ve v4l2src io-mode=userptr ! 'video/x-bayer, bpp=10, width=3840, height=2160' ! cudashift shift=0 ! cudadebayer ! cudaawb ! queue ! videoconvert ! 'video/x-raw' ! videoscale ! 'video/x-raw, width=640, height=480' ! ximagesink display=localhost:10.0 sync=false
704

edits

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