Skip to content

Commit e3078da

Browse files
committed
v1.0.7 update OpenCVForUnity version to 2.5.1.
1 parent 2883183 commit e3078da

File tree

2 files changed

+2
-5
lines changed

2 files changed

+2
-5
lines changed

Assets/HoloLensWithDlibFaceLandmarkDetectorExample/Scripts/Utils/HLCameraStreamToMatHelper.cs

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -4,11 +4,8 @@
44
#if !OPENCV_DONT_USE_WEBCAMTEXTURE_API
55
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
66

7-
#if !DISABLE_HOLOLENSCAMSTREAM_API
87
using HoloLensCameraStream;
98
using OpenCVForUnity.UnityUtils;
10-
#endif
11-
129
using OpenCVForUnity.CoreModule;
1310
using OpenCVForUnity.UnityUtils.Helper;
1411
using OpenCVForUnity.UtilsModule;
@@ -36,7 +33,7 @@ namespace HoloLensWithOpenCVForUnity.UnityUtils.Helper
3633

3734
/// <summary>
3835
/// Hololens camera stream to mat helper.
39-
/// v 1.0.6
36+
/// v 1.0.7
4037
/// Depends on EnoxSoftware/HoloLensCameraStream (https://github.com/EnoxSoftware/HoloLensCameraStream).
4138
/// Depends on OpenCVForUnity version 2.4.1 (WebCamTextureToMatHelper v 1.1.2) or later.
4239
///

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
* Visual Studio 2019
1616
* Unity 2019.4.31f1 / 2020.3.38f1
1717
* [Microsoft Mixed Reality Toolkit](https://github.com/Microsoft/MixedRealityToolkit-Unity/releases) v2.8.2
18-
* [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.5.0+
18+
* [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.5.1+
1919
* [Dlib FaceLandmarkDetector](https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314?aid=1011l4ehR) 1.3.4+
2020
* [EnoxSoftware/HoloLensCameraStream](https://github.com/EnoxSoftware/HoloLensCameraStream)
2121

0 commit comments

Comments
 (0)