Part Number: TDA3
Tool/software: TI-RTOS
Hello,
If i understand right its possible to run a usecase with something like [CaptureLink->IssM2mIspLink->IssM2mResizer->Display_Video] in it.
Im currently trying to do it and it seems like I have issues with IssM2mISP driver creation. I got erros from issM2mIspLink_drv_create_delete.c, like "Assertion @ Line: 1875 in issM2mIspLink_drv_create_delete.c: inQueId < pObj->prevLinkInfo.numQue : failed !!!".
What should i do to make this usecase work?
Should i store captured frames from sensor in memory and take it from there by ISP using usecase like:
[CaptureLink->Null
IssM2mIspLink->IssM2mResizer->Display_Video]
Or should I manualy configure ISP driver to make it work with CaptureLink?
regards,
Arseniy