Hi
I'm trying to implement a new custom OpenVX kernel.
I want to make the kernel run on the target DSP but when I link to the OpenCV library, it need opencv_xxx.lib which I don't have those library.
Is that possible to run OpenVX kernel with OpenCV on the DPS? Or it can only run on the Host?