Ask Your Question

Revision history [back]

Build OpenEXR support for ios and android

Hello everyone,

I am trying to build mobile opencv for ios now from OpenCV 3.4.3 source code. I notice that OpenEXR support in the CMakeLists.txt under openCV, the OCV_OPTION(WITH_OPENEXR) is defined not for IOS and WINRT. I removed the IOS one and it builds the lib file, but I still cannot load exr images in my mobile test app.

Have anyone try to enable OpenEXR support on mobile through openCV? What is the correct procedure? Is OpenCV3.4.3 not the ideal version?

Thank you.