Hi,
I am using Jetson Xavier NX to capture RAW data from my custom CSI2 sensor. I do not need any camera data conversion or ISP processing. I want the RAW data to be made available in CUDA memory for my custom processing with zero copy dmaBufs.
It occurs that either V4l2src or nvarguscamerasrc could be used.
Any suggestions on which approach is best suitable for zero copy transfer and to remove ISP processing/conversion from the pipeline?
Thanks,
Srini