I have a very strange problem. VideoCapture does not open nor webcam nor video file when I run the C++ application from Visual Studio and in the case of webcam gives me the following error: > WinRT originate error - 0xC00D36B3 : 'The stream number provided was invalid.' followed by [...] read more
I have a project in Unity that has OpenCV dlls built for Win32/x86 platform(ie for Hololens 1). They are placed in : O:\Unity_Projects\MachineViewer_x86\Assets\Plugins\WSA\x86 . So I know the folder structure itself is not wrong . In the project , i have only one script which calls detectaruco which is a [...] read more
I am building an OpenCV Project in Unity for Hololens for detecting aruco Tags. My project includes .dlls generated from OpenCV as Plugins and in addition, I have MRTK installed in my project. It works well within Unity but when I deploy on Hololens, tags do not get detected. There [...] read more