-
Notifications
You must be signed in to change notification settings - Fork 50
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Examples doesn't work with HoloLens2 #58
Comments
Hi, |
I tested the video panel example from HoloLensCameraStream and it's working on HoloLens2 :) Update: I changed the Camera and Input settings from HoloLens1 to HoloLens2 and it looks like it's using HoloLens2's camera. It's showing camera and tracking FPS values. Face detection is working when I run in Unity using webcam, but it's not showing any detection in HoloLens2. Also, the detection box is white instead of red. Do you know how do I change that color? Thank you for taking the time helping me :) |
Hmmm, I have never had a similar error in my environment,... |
Hello, I tried the HLCameraStreamToMatHelperExample and it's working. However, HLCameraStreamToMatHelperExample is showing a rectangle shape canvas behind headset's front view which displays comic filter. The face detection example still doesn't work for me even I checked "Display camera image". It's showing the image but still behind headset front view and no face detection :) |
Sorry for the late reply. Also, the issue of the rectangle shape canvas being displayed behind it has not occurred in our testing. We will look into it a bit more. |
A new version of HoloLensWithOpenCVForUnityExample is now available that fixes a bug in face detection. Please set it up with the latest OpenCVForUnity2.6.3. The issue with the rectangular canvas behind is often caused by not adding the proper Scripting Define Symbols during the setup phase of HoloLensCameraStream. |
Thanks for your help. I'll test with the latest version and keep you updated. |
Hello, I purchased OpenCV for Unity asset and followed this tutorial. The app was successfully deployed on HoloLens2, but it doesn't work properly. Here are some issues showing on my end:
Any help will be appreciated. Thank you :)
The text was updated successfully, but these errors were encountered: