Cross Compile OpenCV C++ for iMX6ULEVK ?

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Cross Compile OpenCV C++ for iMX6ULEVK ?

Jump to solution
1,783 Views
toanjunifer
Senior Contributor I

Hi everyone,

My name is Toan. I'm using iMX6UL-EVK. And I'm trying to install OpenCV C++ on my iMX6UL-EVK. I tried install with source code but It takes about 3 days. It's really a long time. Now I found and tried some solution with cross-compile but not working. I tried with "sshfs" and "cmake-gui".

What should I do now ?  Or how to cross-compile <OpenCV C++ program>.cpp to executable file for iMX6UL ?

Thank you very much,

Toan

Labels (1)
1 Solution
1,648 Views
joanxie
NXP TechSupport
NXP TechSupport

I see, I don't work on this but maybe you can refer to the link as below, hope helpful for you

https://community.nxp.com/message/1141513 

View solution in original post

7 Replies
1,648 Views
toanjunifer
Senior Contributor I

Hi joanxie‌,

Nice to meet you. That OpenCV was bound with Python not C++. I checked it.

Some resources said that performance of OpenCV-C++ is greater than OpenCV-Python.

The write video command in OpenCV-Python on my iMX6ULEVK take 0.1 second to finish, it's so long. And I trying to optimize my program.

Best regards,

Toan

0 Kudos
1,649 Views
joanxie
NXP TechSupport
NXP TechSupport

I see, I don't work on this but maybe you can refer to the link as below, hope helpful for you

https://community.nxp.com/message/1141513 

1,648 Views
toanjunifer
Senior Contributor I

Thank  you joanxie‌,

It's working !

0 Kudos
1,648 Views
joanxie
NXP TechSupport
NXP TechSupport

it's great!!

1,648 Views
toanjunifer
Senior Contributor I

Thank you so much for your useful reply !

0 Kudos
1,648 Views
joanxie
NXP TechSupport
NXP TechSupport

as I known, the latest bsp version includes opcv already, you don't need to build it by yourself

1,089 Views
mahanad
Contributor I

Yes... but there are no header files even though all the .so files are present in /usr/lib...

So how to include opencv2/opencv.hpp in a c++ program ?

0 Kudos