OpenCV Packages with yocto

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

OpenCV Packages with yocto

817 次查看
rthomas
Contributor III

Hello I have a two part question.

1). I bitbaked the fsl-image-qt5-validation-imx for my IMX8M Quad and I have a Qt application that uses Opencv 4.4. This image builds opencv 4.2. How would I be able to upgrade to 4.4?

 

2). I also use "Qt5GstreamerUi-1.0, Qt5GstreamerUtils-1.0, gstreamer-1.0 and gstreamer1.0-app" packages in the application. What would I need to add to my local.conf in order to get these packages on the IMX8?

0 项奖励
2 回复数

810 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello rthomas,

 

1) yes it will work

2) For example

Add QtWebKit examples to the build

Add the following line to YOCTO_DIR/BUILD_DIR/conf/local.conf:

IMAGE_INSTALL_append = " qtwebkit-examples-examples"

 

Add QtWebEngine examples to the build

Add the following line to YOCTO_DIR/BUILD_DIR/conf/local.conf:

IMAGE_INSTALL_append = " qtwebengine-examples"

Regards

 

0 项奖励

801 次查看
rthomas
Contributor III

Installing these will give me Qt5GstreamerUi-1.0, Qt5GstreamerUtils-1.0, gstreamer-1.0 and gstreamer1.0-app packages?

0 项奖励