Jump to content

FPGA Image Signal Processor/GStreamer Pipelines/Undistort: Difference between revisions

m
mNo edit summary
Line 40: Line 40:
===With a camera===
===With a camera===


These pipelines are intended for a camera which already have a demosaicing process provided by the Nvidia ISP and run on a Nvidia Xavier.
These pipelines are intended for a camera which already have a demosaicing process provided by the NVIDIA ISP and run on a NVIDIA Xavier.


'''Source'''
'''Source'''


The ''nvarguscamerasrc'' captures the image from a camera connected to the Nvidia Xavier and performs the demosaicing process. The ''videoconvert'' is used to convert the color image to grayscale. Also, the ''tee'' allows to see the original image.
The ''nvarguscamerasrc'' captures the image from a camera connected to the NVIDIA Xavier and performs the demosaicing process. The ''videoconvert'' is used to convert the color image to grayscale. Also, the ''tee'' allows to see the original image.


<syntaxhighlight lang=bash>
<syntaxhighlight lang=bash>
Cookies help us deliver our services. By using our services, you agree to our use of cookies.