Media (Intel® Video Processing Library, Intel Media SDK)
Access community support with transcoding, decoding, and encoding in applications using media tools like Intel® oneAPI Video Processing Library and Intel® Media SDK
Announcements
The Intel Media SDK project is no longer active. For continued support and access to new features, Intel Media SDK users are encouraged to read the transition guide on upgrading from Intel® Media SDK to Intel® Video Processing Library (VPL), and to move to VPL as soon as possible.
For more information, see the VPL website.

Can not include "WITH_MFX" to openCV

hirose__nozomu
Beginner
788 Views

(Environment)
Windows10 Pro
Visual Studio 2010 Professional
openCV V4.0.0
CMake V3.14.5
Intel Media SDK

(Problem)
After install Intel Media SDK, I tryed to include "WITH_MFX" to openCV with CMake, but CMake-GUI does not show "WITH_MFX" on the list. That's why I can not inclue it.
Please tell me how to include "WITH_MFX" to openCV. My procedure is as follow.

1. Install Intel Media SDK
2. Create "build" directory
3. Open CMake-GUI
4. Set source code path and build the binaries path on CMake-GUI
5. Execute "Configure"
6. After Configure, turn on  "WITH_MFX" on the list. *But I can not turn on it because it is no shown on the list.
 

0 Kudos
1 Reply
Mark_L_Intel1
Moderator
788 Views

Hi Hirose San,

You might use it already but just double check, did you refer to following document when you try?
https://github.com/opencv/opencv/wiki/MediaSDK-encode-decode-backend

Mark

0 Kudos
Reply