This thread has been locked.
If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.
Hello All,
I am working on TDA2PXEVM and I have generated one usecase as follows in HLOS,
NullSource (A15) -> Decode -> VPE -> Sync -> Alg_DeWarp -> Display_M4 (IPU1_0)
so while compiling I am facing following error,
vision_sdk/apps/include/alglink_api/algorithmLink_deWarp.h:111:87: fatal error: drivers/pdk_01_10_03_07/packages/ti/drv/vps/include/fvid2/fvid2_dataTypes.h: No such file or directory
compilation terminated.
Does DeWarp has a support in HLOS usecase? If yes, how to resolve this error?
Regards
Shantanu
Shantatu,
Any reason for using DeWarp link? You could use GPU for dewarping.
It seems that DWarp link has some dependencies on fvid2 header, this is not included in linux.
Rgds,
Brijesh
Hello Brijesh,
Thank you for the the response. We are just checking DeWarp as an alternative for fisheye correction.
Regards,
Shantanu