Hi AM62A Champ
I want to install the opencv-python package in Yocto or add it to the recipe, so please give me a proper guide.
Please check how to setup opencv-python in yocto.
Thanks.
Regards,
Jack
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.
Hi AM62A Champ
I want to install the opencv-python package in Yocto or add it to the recipe, so please give me a proper guide.
Please check how to setup opencv-python in yocto.
Thanks.
Regards,
Jack
I want to install the opencv-python package in Yocto or add it to the recipe, so please give me a proper guide.
I just checked AM62A SK v9.1 Yocto sources, and I see there's a runtime dependency on python3-opencv defined in meta-edgeai/recipes-core/packagegroups/packagegroup-edgeai-tisdk-addons.bb. So this should be available out of the box. Are some files you expect to be there not three? If so, which ones?
Also, make sure you are building the correct image to have all edge AI components integrated, in case of AM62A that is tisdk-edgeai-image, and you also need to make sure you add...
ARAGO_BRAND = "edgeai"
...to conf/local.conf as per Yocto build instructions at https://software-dl.ti.com/processor-sdk-linux/esd/AM62AX/09_01_00/exports/docs/linux/Overview_Building_the_SDK.html
Regards, Andreas