Tool/software: Linux
Is OpenCV support in TDA2X RVP board? example as in TDA2 EVM OpenCV Canny example?
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.
Tool/software: Linux
Is OpenCV support in TDA2X RVP board? example as in TDA2 EVM OpenCV Canny example?
Hi Krishnakumar,
We haven't validate OpenCV in TDA2X RVP board, We validated on TDA2X EVM
I am checking with team what all validated on TDA2X RVP board & will get back to you ?
Regards
Suryamani Jena
Hello Shiju,
Thank for the information,
We need to run standard VisionSDK OpenCV usecases on RVP board.
What is the best approach?
Regards,
KK
Hello,
While there are no usecases built for OpenCV out of the box, it is possible to add OpenCV to RVP usecases. The biggest difference between RVP and EVM in this regard is all capture on RVP is via FPD Link III. OpenCV usecases must be modified to use the multichannel lvds capture initialization instead of the single camera VIP initialization. Basically, look at a usecase that works with RVP and use the same camera setup initialization in the openCV usecases.
Hopefully that is all you need to change, but I have not tested these exact steps here.
Cheers,
Ben
Hi
you do not need to rebuild the OpenCV libs, But VSDK apps needs to be rebuild after making below changes
1. Add Open CV UC in TDA2x RVP config (D:\PROCESSOR_SDK_VISION_03_03_00_00\vision_sdk\apps\configs\tda2xx_rvp_linux_all)
2. Modify the OpenCV UC to use FPD link cameras as Ben suggetsed
How to build and run OpenCV is documemted in VisionSDK_UserGuide_opencx.pdf
regards, Shiju