Ask Your Question

Revision history [back]

Yes, you are right about OcvTransform.dll. Your crash means, that system cannot load it. In most cases crash means, that OpenCV libs were not deployed to appx. You need to add all OpenCV libraries to your application project and mark it as a content in file properties. Also problem may be caused by usage of debug libs without debug CRT. In this case you need to install debug version of CRT on your device.