OpenCV Packages with yocto

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

OpenCV Packages with yocto

813 Views
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 Kudos
2 Replies

806 Views
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 Kudos

797 Views
rthomas
Contributor III

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

0 Kudos