Skip to content

Commit 632c107

Browse files
committed
update v1.0.3
1 parent 3bf9252 commit 632c107

21 files changed

Lines changed: 1368 additions & 1303 deletions

Assets/FfmpegWithOpenCVForUnityExample/ArUcoCameraCalibrationFfplayExample/ArUcoCameraCalibrationFfplayExample.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
2-
31
using UnityEngine;
42
using UnityEngine.UI;
53
using UnityEngine.SceneManagement;
@@ -1494,5 +1492,3 @@ public enum ArUcoDictionary
14941492
}
14951493
}
14961494
}
1497-
1498-
#endif

Assets/FfmpegWithOpenCVForUnityExample/ArUcoFfplayExample/ArUcoFfplayExample.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
2-
31
using UnityEngine;
42
using UnityEngine.UI;
53
using UnityEngine.SceneManagement;
@@ -968,5 +966,3 @@ public enum ArUcoDictionary
968966
}
969967
}
970968
}
971-
972-
#endif

Assets/FfmpegWithOpenCVForUnityExample/FfmpegGetTexturePerFrameToMatHelperExample/FfmpegGetTexturePerFrameToMatHelperExample.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
2-
31
using FfmpegWithOpenCVForUnity.UnityUtils.Helper;
42
using OpenCVForUnity.CoreModule;
53
using OpenCVForUnity.ImgprocModule;
@@ -362,5 +360,3 @@ public void OnFlipHorizontalToggleValueChanged()
362360
//}
363361
}
364362
}
365-
366-
#endif

Assets/FfmpegWithOpenCVForUnityExample/FfmpegToMatHelperExample/FfmpegToMatHelperExample.cs

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,3 @@
1-
#if !(PLATFORM_LUMIN && !UNITY_EDITOR)
2-
31
using FfmpegWithOpenCVForUnity.UnityUtils.Helper;
42
using OpenCVForUnity.CoreModule;
53
using OpenCVForUnity.ImgprocModule;
@@ -362,5 +360,3 @@ public void OnFlipHorizontalToggleValueChanged()
362360
//}
363361
}
364362
}
365-
366-
#endif

Assets/FfmpegWithOpenCVForUnityExample/FfmpegWithOpenCVForUnityExample.cs

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -84,13 +84,13 @@ public void OnFfmpegGetTexturePerFrameToMatHelperExampleButtonClick()
8484
{
8585
SceneManager.LoadScene("FfmpegGetTexturePerFrameToMatHelperExample");
8686
}
87-
public void OnYOLOv7ObjectDetectionFfplayExampleButtonClick()
87+
public void OnObjectDetectionYOLOXFfplayExampleButtonClick()
8888
{
89-
SceneManager.LoadScene("YOLOv7ObjectDetectionFfplayExample");
89+
SceneManager.LoadScene("ObjectDetectionYOLOXFfplayExample");
9090
}
91-
public void OnHumanSegmentationFfplayExampleButtonClick()
91+
public void OnHumanSegmentationPPHumanSegFfplayExampleButtonClick()
9292
{
93-
SceneManager.LoadScene("HumanSegmentationFfplayExample");
93+
SceneManager.LoadScene("HumanSegmentationPPHumanSegFfplayExample");
9494
}
9595

9696
public void OnArUcoCameraCalibrationFfplayExampleButtonClick()

0 commit comments

Comments
 (0)