Is it possible to deploy **UWP opencv application** on **Windows Store**?

asked 2017-12-22 04:06:44 -0600

I want to deploy on the windows store an application using Opencv. But when during the step of validation, it fails the secutiry tests because Opencv Dlls fail the AppContainerCheck test.

Is there something special to do? Did someone already done that successfully?

edit retag flag offensive close merge delete

Comments

did you build the opencv libs locally ?

see e.g.: https://msdn.microsoft.com/en-us/libr...

Did someone already done that successfully?

you're the 1st person ever to ask about it, so probably not.

berak gravatar imageberak ( 2017-12-22 10:10:07 -0600 )edit

I tried several things: - build opencv libs locally, - use opencv uwp nuget packages : https://www.nuget.org/packages/OpenCV..., https://www.nuget.org/packages/OpenCV...

The error is still the same.

Heinryck Nortia gravatar imageHeinryck Nortia ( 2017-12-31 10:24:41 -0600 )edit

I tried several things: - build opencv libs locally, - use opencv uwp nuget packages : https://www.nuget.org/packages/OpenCV..., https://www.nuget.org/packages/OpenCV...

The error is still the same

Heinryck Nortia gravatar imageHeinryck Nortia ( 2017-12-31 10:25:45 -0600 )edit

Please don't post comment as answer. can you build opencv without option /appcontainer?

LBerger gravatar imageLBerger ( 2017-12-31 11:11:50 -0600 )edit