Opencv on colibri-imx7-emmc board

Hello Community,
I’m using a Colibri Evaluation board and IMX 7 1GB eMMC processor, here I need to interface a webcam or module camera. Whether I can use opencv library for IMX 7 processor. Whether the opencv library is available for IMX 7 processor.

Greetings @aravindh_teckinsoft,

To clarify, what OS are you using here?

Generally speaking this package should be available for arm32 processors: Debian -- Details of package python3-opencv in bookworm

Best Regards,
Jeremias

Hello @jeremias.tx
Here I’m using Linux-Ubuntu 22.04(LTS) as host machine and its running in arm64 processor.

here log from terminal:
Linux SYS-TK03 6.5.0-26-generic #26~22.04.1-Ubuntu SMP PREEMPT_DYNAMIC Tue Mar 12 10:22:43 UTC 2 x86_64 x86_64 x86_64 GNU/Linux

Here I’m using colibri IMX-7 1GB eMMC processor and colibri evaluation board.

I was more asking what OS you were using on the Toradex module not your machine.

Best Regards,
Jeremias

Hello @jeremias.tx
In the toradex module the Torizon OS is running.

Details: Torizon core with evaluation container 6.2.0+build.2.modified.container.

Okay, if you are using Torizon OS then you can download and install opencv in a Debian container. Now whether this works as you expect it to, you’ll need to do your own tests to verify that.

Best Regards,
Jeremias