Mukit

Results 21 comments of Mukit

None of the examples are working. I tried to follow all the instructions from the readme. As soon as I run even the License scene I see an error message...

Hi, @cookieofcode. Thank you for your answer. Here are a bit more details. These are the updates that auto-updated was talking about: For MatrixUsageApp.cs, ProjectionExample.cs and VideoPanelApp.cs; error CS0246: The...

Only the "Check Intrinsic" scene worked, sort of. I got the following output. I am not sure if the values are correct for 896x504 case. Following is a snapshot: ![image](https://user-images.githubusercontent.com/29538019/105245591-aedd4e00-5b37-11eb-943c-d101dd4540dd.png)...

Thanks again. I manually fixed the API update issues. Just needed to change to UnityEngine.Windows.WebCam in HoloLensPhotoCaptureExample.cs. However, it didn't solve the issue. Still getting the original unityException. A little...

I rebuilt the plugin as suggested in https://github.com/EnoxSoftware/HoloLensWithOpenCVForUnityExample/issues/29#issuecomment-731155577 Finally, all examples were working. Thank you, @cookieofcode. So the summary is that by changing the plugin and the CameraIntrinsicsCheckerHelper.cs (for the...

Still getting webcam preview only on the left eye.

Thank you. That solved the problem.

I think this is the reason. VulcanTechnologies/HoloLensCameraStream#29 I faced a similar sort of problem. Repeatedly stopping/starting the camera overtime caused higher RAM usage until eventually, the app would crash. For...

Same problem. Can't use GPU when I run python model/hourglass_um_crop_tiny.py I am prompted to "Use CPU for tensorflow". Is there a solution to this?

@wdkwyf were you able to run it on gpu? When I run the test using "python model/hourglass_um_crop_tiny.py" I am prompted to use CPU for tensorflow. Any advice on how to...