├── Assets ├── AVProWithOpenCVForUnityExample.meta ├── AVProWithOpenCVForUnityExample │ ├── AVProLiveCameraAsyncGPUReadback2MatHelperExample.meta │ ├── AVProLiveCameraAsyncGPUReadback2MatHelperExample │ │ ├── AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs │ │ ├── AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs.meta │ │ ├── AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity │ │ └── AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity.meta │ ├── AVProLiveCameraGetFrameAsColor32Example.meta │ ├── AVProLiveCameraGetFrameAsColor32Example │ │ ├── AVProLiveCameraGetFrameAsColor32Example.cs │ │ ├── AVProLiveCameraGetFrameAsColor32Example.cs.meta │ │ ├── AVProLiveCameraGetFrameAsColor32Example.unity │ │ └── AVProLiveCameraGetFrameAsColor32Example.unity.meta │ ├── AVProVideoAsyncGPUReadback2MatHelperExample.meta │ ├── AVProVideoAsyncGPUReadback2MatHelperExample │ │ ├── AVProVideoAsyncGPUReadback2MatHelperExample.cs │ │ ├── AVProVideoAsyncGPUReadback2MatHelperExample.cs.meta │ │ ├── AVProVideoAsyncGPUReadback2MatHelperExample.unity │ │ └── AVProVideoAsyncGPUReadback2MatHelperExample.unity.meta │ ├── AVProVideoExtractFrameExample.meta │ ├── AVProVideoExtractFrameExample │ │ ├── AVProVideoExtractFrameExample.cs │ │ ├── AVProVideoExtractFrameExample.cs.meta │ │ ├── AVProVideoExtractFrameExample.unity │ │ └── AVProVideoExtractFrameExample.unity.meta │ ├── AVProVideoGetReadableTextureExample.meta │ ├── AVProVideoGetReadableTextureExample │ │ ├── AVProVideoGetReadableTextureExample.cs │ │ ├── AVProVideoGetReadableTextureExample.cs.meta │ │ ├── AVProVideoGetReadableTextureExample.unity │ │ └── AVProVideoGetReadableTextureExample.unity.meta │ ├── AVProWithOpenCVForUnityExample.cs │ ├── AVProWithOpenCVForUnityExample.cs.meta │ ├── AVProWithOpenCVForUnityExample.unity │ ├── AVProWithOpenCVForUnityExample.unity.meta │ ├── LoadingIcon.png │ ├── LoadingIcon.png.meta │ ├── Materials.meta │ ├── Materials │ │ ├── ExampleMaterial.mat │ │ └── ExampleMaterial.mat.meta │ ├── Scripts.meta │ ├── Scripts │ │ ├── Utils.meta │ │ └── Utils │ │ │ ├── FpsMonitor.meta │ │ │ └── FpsMonitor │ │ │ ├── FpsMonitor.cs │ │ │ ├── FpsMonitor.cs.meta │ │ │ ├── Resources.meta │ │ │ └── Resources │ │ │ ├── FpsMonitorCanvas_104.prefab │ │ │ └── FpsMonitorCanvas_104.prefab.meta │ ├── ShowLicense.cs │ ├── ShowLicense.cs.meta │ ├── ShowLicense.unity │ └── ShowLicense.unity.meta ├── StreamingAssets.meta └── StreamingAssets │ ├── AVProWithOpenCVForUnityExample.meta │ └── AVProWithOpenCVForUnityExample │ ├── BigBuckBunny_720p30.mp4 │ └── BigBuckBunny_720p30.mp4.meta ├── README.md └── ScreenShot.PNG /Assets/AVProWithOpenCVForUnityExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample/AVProLiveCameraAsyncGPUReadback2MatHelperExample.unity.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProLiveCameraGetFrameAsColor32Example/AVProLiveCameraGetFrameAsColor32Example.unity.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 2 2 | guid: 8d03a8d964fc0344b92e785a6f8d7ecb 3 | -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoAsyncGPUReadback2MatHelperExample/AVProVideoAsyncGPUReadback2MatHelperExample.unity.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoExtractFrameExample/AVProVideoExtractFrameExample.unity.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProVideoGetReadableTextureExample/AVProVideoGetReadableTextureExample.unity.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/AVProWithOpenCVForUnityExample.unity.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/LoadingIcon.png: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/LoadingIcon.png -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/LoadingIcon.png.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/LoadingIcon.png.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Materials.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Materials.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Materials/ExampleMaterial.mat: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Materials/ExampleMaterial.mat -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Materials/ExampleMaterial.mat.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Materials/ExampleMaterial.mat.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/FpsMonitor.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/FpsMonitor.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/FpsMonitor.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/FpsMonitor.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/Scripts/Utils/FpsMonitor/Resources/FpsMonitorCanvas_104.prefab.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/ShowLicense.cs: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/ShowLicense.cs -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/ShowLicense.cs.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/ShowLicense.cs.meta -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/ShowLicense.unity: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/ShowLicense.unity -------------------------------------------------------------------------------- /Assets/AVProWithOpenCVForUnityExample/ShowLicense.unity.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/AVProWithOpenCVForUnityExample/ShowLicense.unity.meta -------------------------------------------------------------------------------- /Assets/StreamingAssets.meta: -------------------------------------------------------------------------------- 1 | fileFormatVersion: 1 2 | guid: fd1a96e49a9d44bbdabee3e9edb3d529 3 | -------------------------------------------------------------------------------- /Assets/StreamingAssets/AVProWithOpenCVForUnityExample.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/StreamingAssets/AVProWithOpenCVForUnityExample.meta -------------------------------------------------------------------------------- /Assets/StreamingAssets/AVProWithOpenCVForUnityExample/BigBuckBunny_720p30.mp4: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/StreamingAssets/AVProWithOpenCVForUnityExample/BigBuckBunny_720p30.mp4 -------------------------------------------------------------------------------- /Assets/StreamingAssets/AVProWithOpenCVForUnityExample/BigBuckBunny_720p30.mp4.meta: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/Assets/StreamingAssets/AVProWithOpenCVForUnityExample/BigBuckBunny_720p30.mp4.meta -------------------------------------------------------------------------------- /README.md: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/README.md -------------------------------------------------------------------------------- /ScreenShot.PNG: -------------------------------------------------------------------------------- https://raw.githubusercontent.com/EnoxSoftware/AVProWithOpenCVForUnityExample/HEAD/ScreenShot.PNG --------------------------------------------------------------------------------