OpenCV install on Apalis IMX8

hello:
Does the Yoctobuild on the Torizon install OpenCV as default?
If not, how do we install OpenCV for Torizon?

Greetings @mamor,

If you’re not familiar the idea behind Torizon is to install packages in containerized environments rather than via Yocto. However doing a yocto build is still always an option if you are knowledgeable enough to do so.

That being said, we do have a kind of sample application/tutorial document where OpenCV is used: How to Execute Models Tuned by SageMaker Neo using DLR Runtime, Gstreamer and OpenCV on TorizonCore | Toradex Developer Center

But if all you care about is OpenCV you can see how we installed OpenCV and it’s dependencies in a container by looking at the container source here: torizon-samples/Dockerfile at bullseye · toradex/torizon-samples · GitHub

Best Regards,
Jeremias