Tool/software:
Hi Brijesh,
Thanks for resolving the previous ISS configuration for the resolution issue.
We are using the ISS CAL interface to get the YUV 422, 8bit format frames as input and configured to output in YUYV 422 format. But still we are getting in UYVY.
Is their any specific configurations needs to be done
Here are the params we configured
pPrm->outParams[cnt].dataFormat = SYSTEM_DF_YUV422I_YUYV;
pPrm->outParams[cnt].inCsi2DataFormat = SYSTEM_CSI2_YUV422_8B;
pPrm->outParams[cnt].outBpp = SYSTEM_BPP_BITS16;
pPrm->outParams[cnt].maxWidth = 1760;
pPrm->outParams[cnt].maxHeight = 1400;
drvCalCfg->inFmt[streamId].pitch[0U] = 3520;
Please let us know whether from ISS CAL is it possible to get the output in YUYV 422 format while the input is in yuv 422 format.