Tool/software:
Hi,
I'm currently working through Processor SDK 10.01.00.05 to understand how the individual components in the imaging pipeline are used. Next, I'd like to use OpenVX to configure the pipeline, and for that, I built an SDK using the Yocto target tisdk-core-bundle.
Unfortunately, the SDK is missing the files needed for OpenVX support — for example, on the target device, there are several headers under /usr/include/processor_sdk
, but those are not present in the SDK I built.
Does anyone know what might be missing in my Yocto configuration or which meta-layer/package needs to be added to include OpenVX support in the SDK?