Demosaicing settings for CCCC (monochrome) sensors

Hi,
We are trying to capture from a monochrome (cccc) sensor.
Can we get help on the demosaicing setting to be used on Jetson Xavier AGX?
Thanks

Does this sensor driver working well now?

Hi Shane, We are able to stream with ArgusCamera and use OneShot app to capture images. But we see color bleeding like artifacts which could be because the ISP assumes the data is bayer format, and we dont know how to set to monochrome or CCC format. Please help.

Create an camera_overrides.isp file and add below context to it in /var/nvidia/nvcam/settings/ and change mode to 664.

demosaic.v5.family.use=CCCC
defaults.yuvMatrix[0] = {0.3333, 0.3333, 0.3333, 0};
defaults.yuvMatrix[1] = {0, 0, 0, 0};
defaults.yuvMatrix[2] = {0, 0, 0, 0};
defaults.yuvMatrix[3] = {0, 0, 0, 1};

Great, Thank you Shane. Does these settings requires any minimum Argus version? We are using Argus Version: 0.97.3.

Didn’t require any minimum Argus version