Disable ISP on Nvidia Jetson AGX Xavier

Hello,

We have ISP on sensor itself. So we need to disable ISP on Nvidia Jetson AGX Xavier Host.
Please let me know how to disable/bypass the ISP on Host.

hello mayur.mb,

you may refer to Camera Architecture Stack,
you should use v4l2src to launch the camera stream, it’ll bypass Camera Core for not using ISP engine.
thanks