Hi,
I am working at rdk 03.00.00.00, I ever encounter an assert issue at swMsLink_drv.c when I switch software mosaic layout,
status = FVID2_processFrames(pDrvObj[i]->fvidHandle, &pDrvObj[i]->processList);
UTILS_assert(status == FVID2_SOK);
It is difficult to reproduce this issue, would it be fine if I remove the assert check description? The low layer function can be handle error status and system will not be crash?
Thanks,
Jacson