EnoxSoftware / HoloLensWithOpenCVForUnityExample

HoloLens With OpenCVforUnity Example (Support for Hololens1 and Hololens2)
MIT License
262 stars 50 forks source link

Red video camera icon #39

Closed A00107408 closed 3 years ago

A00107408 commented 3 years ago

Is there any way to run this code without the annoying flashing red video camera icon in the top left corner of my FOV?

EnoxSoftware commented 3 years ago

I am testing the example with Hololens1 and there is no red video camera icon like this one. This problem seems to be related to the MediaStreamType property according to camnewnham's post. https://github.com/VulcanTechnologies/HoloLensCameraStream/pull/51#issue-219243602

A00107408 commented 3 years ago

I set it to VideoPreview because somebody said VideoRecord is much slower. I will try VideoRecord. Thanks.