Преглед на файлове

modified: Assets/WebCamera/Script/ZIM/ScreenLocate.cs

ZIM преди 1 година
родител
ревизия
b46514b991
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      Assets/WebCamera/Script/ZIM/ScreenLocate.cs

+ 1 - 1
Assets/WebCamera/Script/ZIM/ScreenLocate.cs

@@ -332,7 +332,7 @@ public class ScreenLocate : MonoBehaviour
             infraredLocate = new InfraredLocate(mUVCCameraInfo, screenIdentification, InfraredSpotSettings);
             infraredLocate = new InfraredLocate(mUVCCameraInfo, screenIdentification, InfraredSpotSettings);
             float redfilterValue = PlayerPrefs.GetFloat("Init redFilterSliderValue", 0.8f);
             float redfilterValue = PlayerPrefs.GetFloat("Init redFilterSliderValue", 0.8f);
             Debug.Log("Init Red filterValue:" + redfilterValue);
             Debug.Log("Init Red filterValue:" + redfilterValue);
-            infraredLocate.SetBrightnessThreshold(redfilterValue);     // 参数是 红外灯的亮度阈值,阈值越小能够检测到的亮度就越低,默认值是0.93
+            infraredLocate.SetBrightnessThreshold(redfilterValue);     // 参数是 红外灯的亮度阈值,阈值越小能够检测到的亮度就越低,默认值是0.93 
         }
         }
 
 
         //screenIdentification.Update(DebugScreenImage);
         //screenIdentification.Update(DebugScreenImage);