We have just found there is an usecase for TDA2px with RGB-IR input implemented (and compiled for DSP C66x), Do you know where can we find more information about the plugin configuration (such as, input Bayer pattern, Image Size, and output format, and the parameters meaning):
/* Set Parameters for new buffers */
pUcObj->Alg_RgbIRProcessPrm.maxOutputHeight = 2048;
pUcObj->Alg_RgbIRProcessPrm.maxOutputWidth = 4096;
pUcObj->Alg_RgbIRProcessPrm.maxInputHeight = 2048;
pUcObj->Alg_RgbIRProcessPrm.maxInputWidth = 4096;
pUcObj->Alg_RgbIRProcessPrm.numOutBuffers = 4;
pUcObj->Alg_RgbIRMuxPrm.maxOutputHeight = 2048;
pUcObj->Alg_RgbIRMuxPrm.maxOutputWidth = 4096;
pUcObj->Alg_RgbIRMuxPrm.maxInputHeight = 2048;
pUcObj->Alg_RgbIRMuxPrm.maxInputWidth = 4096;
pUcObj->Alg_RgbIRMuxPrm.numOutBuffers = 4;
pUcObj->Alg_RgbIRProcessPrm.gainAdj = 16;
pUcObj->Alg_RgbIRProcessPrm.dc = 168;
pUcObj->Alg_RgbIRProcessPrm.alpha = 128; //Q7
pUcObj->Alg_RgbIRProcessPrm.rgbThr = 4000;
pUcObj->Alg_RgbIRProcessPrm.irThr = 2000;
pUcObj->Alg_RgbIRProcessPrm.lowThr = 512 ;
pUcObj->Alg_RgbIRProcessPrm.Mode = 1; /* 0: Day, 1: Night */
pUcObj->Alg_RgbIRProcessPrm.IRModeGain[0] = 128; /* R gain Q7 */
pUcObj->Alg_RgbIRProcessPrm.IRModeGain[1] = 128; /* G gain Q7 */
pUcObj->Alg_RgbIRProcessPrm.IRModeGain[2] = 128; /* B gain Q7 */
pUcObj->Alg_RgbIRProcessPrm.IRModeGain[3] = 128; /* IR gain Q7 */
Can you confirm the RGB-IR plugin is compatible with this 4x4 RGB-IR pattern:
Can you provide us a high level point of view what is the current scope for this RGB-IR implementation?
Thanks in advance,
Best regards,
Andrés