You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have build the opencv package. As per the yocto's log.do_configure the support for OpenCL is enabled:
-- OpenCL: YES (no extra features)
-- Include path: /home/test/imx8mp-sr/imx-yocto/build-xwayland-imx8mpsolidrun/tmp/work/cortexa53-crypto-mx8mp-poky-linux/opencv/4.5.2.imx-r0/git/3rdparty/include/opencl/1.2
-- Link libraries: Dynamic load
--
I have verified the same from the opencv2/cvconfig.h file as well:
As Fabio pointed out, it is very difficult for us to assist you with such an old version. Unfortunately, this is not maintained anymore, as it has reached the end of life. So, upgrading the release is likely to become imperative very soon.
To work on that kind of situation, we usually make some specific backports or minor modifications to allow the customers to keep using the old releases. However, this ends up becoming more expensive and, in the long term, unmaintainable.
We can help you commercially if you want, but our advice is to try to Upgrade the version as fast as possible.
Hi,
I'm trying to enable OpenCL support in OpenCV.
I'm on
hardknott
branch.With reference to this discussion #320 , I have added below parameters in my
local.conf
file:I have build the
opencv
package. As per the yocto'slog.do_configure
the support forOpenCL
is enabled:I have verified the same from the
opencv2/cvconfig.h
file as well:But when I try to check the OpenCV in the generated image, it says OpenCL is disabled.
Below is the output of
opencv_version --opencl
command:I have also tried below code snippet:
I got below output:
I tried using the OpenCL SDK directly. Using that my test application was able to detect the GPUs:
The output is shown below:
Am I missing something here, when building the OpenCV with OpenCL?
Let me know if you need any additional information.
The text was updated successfully, but these errors were encountered: