Closed JelleDamen closed 8 years ago
The SDKDemo shows Mat
s being created with the default constructor (example here) which doesn't crash. Are you sure you've initialized the OpenCV libraries properly using OpenCVLoader.InitAsync()
?
That was it, thanks!
When I try to construct a Mat object, I get the following runtime error:
Is there something missing in the binding project? Any help would be appreciated.