Ask Your Question

Revision history [back]

Is exr support possible in Winrt or uwp apps

Trying to build opencv for a UWP app, the cmake process to make the binaries has configurations similar to a winrt app. I can't seem to make it so EXR support is built into those opencv binaries. Is it possible?

We have explicitly a line where WITH_OPENEXR is turned off if it's WinRt, so it hints towards some possible missing API in WinRt. I tried commenting that condition to see what happened, and while I got the cv::getBuildInformation() to say: OpenEXR: build (ver 1.7.1) , my matrices have still null data after reading the exr file. Same code used for non Winrt configuration is working fine.

Is exr support possible in Winrt or uwp apps

Trying to build opencv for a UWP app, the cmake process to make the binaries has configurations similar to a winrt app. I can't seem to make it so EXR support is built into those opencv binaries. Is it possible?

We have explicitly a line where WITH_OPENEXR is turned off if it's WinRt, so it hints towards some possible missing API in WinRt. I tried commenting that condition to see what happened, and while I got the cv::getBuildInformation() to say: OpenEXR: build (ver 1.7.1) , my matrices have still null data after reading the exr file. Same code used for non Winrt configuration is working fine.