How to build custom OpenCV to Yocto project?

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

How to build custom OpenCV to Yocto project?

1,772件の閲覧回数
yongdeukpark
Contributor II

Hello all.

I have question about OpenCV in Yocto project (git://git.freescale.com/imx/fsl-arm-yocto-bsp.git -b imx-3.14.52-1.1.0_ga) .

When I use Yocto project to porting i.MX6 quad board, I cannot use Videowriter in OpenCV.

So I want to update Yocto project's OpenCV library.

First, I downloaded and built OpenCV 2.4.11 (It is same version with Yocto project's OpenCV)

As you know, 1) Yocto project's OpenCV and 2) another OpenCV what I downloaded consist of different file structure such as 'toolchain.cmake'.

How can I update OpenCV from 2) to 1) in Yocto project?

Or Can I use 'cmake' command to build 2) OpenCV to Yocto project?

I need your help.

Thanks,

BR.

ラベル(3)
タグ(2)
2 返答(返信)

1,317件の閲覧回数
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hi Yongdeuk,

you can just add

 

IMAGE_INSTALL_append " \

cmake \

 

You can run bitbake -s | grep cmake to see the avaliable options.

1,317件の閲覧回数
yongdeukpark
Contributor II

Thanks for replying, Bio_TICFSL!

IMAGE_INSTALL_append " \

cmake \

What you said is about 'local.conf', right?

But, when Yocto project image(fsl-image-gui or fsl-image-qt5) built, OpenCV 2.4.11 is included without any options.

Please tell me details about your comments :smileyhappy:

Thanks,

BR.

0 件の賞賛
返信