Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/enoxsoftware/avprowithopencvforunityexample
This example shows how to convert AVProVideo and AVProLiveCamera texture to OpenCV Mat using AsyncGPUReadback.
https://github.com/enoxsoftware/avprowithopencvforunityexample
avpro opencv unity video webcamera
Last synced: 6 days ago
JSON representation
This example shows how to convert AVProVideo and AVProLiveCamera texture to OpenCV Mat using AsyncGPUReadback.
- Host: GitHub
- URL: https://github.com/enoxsoftware/avprowithopencvforunityexample
- Owner: EnoxSoftware
- Created: 2017-02-15T09:09:36.000Z (over 7 years ago)
- Default Branch: master
- Last Pushed: 2024-03-24T13:15:26.000Z (8 months ago)
- Last Synced: 2024-03-24T14:28:07.526Z (8 months ago)
- Topics: avpro, opencv, unity, video, webcamera
- Language: C#
- Homepage:
- Size: 6.12 MB
- Stars: 12
- Watchers: 6
- Forks: 5
- Open Issues: 1
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
AVPro With OpenCV for Unity Example
====================Overview
-----
This example shows how to convert AVProVideo and AVProLiveCamera texture to OpenCV Mat using AsyncGPUReadback.
- AVProVideoGetReadableTextureExample
- AVProVideoAsyncGPUReadbackExample
- AVProVideoExtractFrameExample
- AVProLiveCameraGetFrameAsColor32Example
- AVProLiveCameraAsyncGPUReadbackExampleEnvironment
-----
- Unity 2020.3.48f1+
[OpenCVForUnity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.5.9+
[UnityPlugin-AVProVideo](https://assetstore.unity.com/packages/tools/video/avpro-video-v3-core-desktop-edition-278895?aid=1011l4ehR) 2.9.3+ (Latest-Trial)
[UnityPlugin-AVProLiveCamera](https://assetstore.unity.com/packages/tools/video/avpro-live-camera-3683?aid=1011l4ehR) 2.9.3+ (Latest-Trial)Setup
-----
1. Download the latest release unitypackage. [AVProWithOpenCVForUnityExample.unitypackage](https://github.com/EnoxSoftware/AVProWithOpenCVForUnityExample/releases)
1. Create New Project. (AVProWithOpenCVForUnityExample)
1. Import OpenCVForUnity from AssetStore
1. Import UnityPlugin-AVProVideo-Latest-Trial.unitypackage
1. Import UnityPlugin-AVProLiveCamera-Latest-Trial.unitypackage
1. Import AVProWithOpenCVForUnityExample.unitypackage
1. Add the "Assets/AVProWithOpenCVForUnityExample/*.unity" files to the "Scenes In Build" list in the "Build Settings" window.
1. Build and Deploy.Screen Shot
-----
![ScreenShot.PNG](ScreenShot.PNG)