Adding a new camera sensor

Hello,

I am trying to add a device which mimics a camera sensor over the GMSL link.

There is no need configure this source (i.e. pixel clock, register settings etc… ).

I would like to capture the video stream using IPP framework.

From the documentation, I need to by-pass the ISC. I am currently working with Image Camera Capture (nvmimg_cap) sample application.

Could someone guide me through how to setup a capture session by-passing the ISC component?

Edit:

I noticed that Image Capture Calibrate (nvmimg_cc) suits more closely to what I intend to do.

Any insights to add a new camera sensor would be appreciated.