microsoft / HoloLens2ForCV

Sample code and documentation for using the Microsoft HoloLens 2 for Computer Vision research.
MIT License
494 stars 144 forks source link

Opencv UWP ARM64 #3

Open cwule opened 4 years ago

cwule commented 4 years ago

This issue is peripherally related to the Hololens2ForCV repository:

The included OpenCV modules in the CameraWithCVAndCalibration sample do not include the dnn module, which is apparently not compatible with UWP at the moment (and eg. the vcpkg version also does not include dnn for UWP Arm64). It would be great if Microsoft can put effort into making OpenCV completely compatible with UWP and ARM64 applications, as this would greatly benefit development of CV applications for the Hololens 2.