{"id":31921048,"url":"https://github.com/enoxsoftware/inferenceenginewithopencvforunityexample","last_synced_at":"2026-04-18T00:05:12.529Z","repository":{"id":315062735,"uuid":"1057895367","full_name":"EnoxSoftware/InferenceEngineWithOpenCVForUnityExample","owner":"EnoxSoftware","description":"Integrate Unity Inference Engine with OpenCV for Unity.","archived":false,"fork":false,"pushed_at":"2025-09-16T12:37:52.000Z","size":203849,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":0,"default_branch":"master","last_synced_at":"2025-09-16T14:34:48.780Z","etag":null,"topics":["barracuda","inferenceengine","opencv","sentis","unity"],"latest_commit_sha":null,"homepage":"","language":"C#","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/EnoxSoftware.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2025-09-16T10:53:22.000Z","updated_at":"2025-09-16T12:37:58.000Z","dependencies_parsed_at":"2025-09-16T14:46:45.273Z","dependency_job_id":null,"html_url":"https://github.com/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample","commit_stats":null,"previous_names":["enoxsoftware/inferenceenginewithopencvforunityexample"],"tags_count":1,"template":false,"template_full_name":null,"purl":"pkg:github/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FInferenceEngineWithOpenCVForUnityExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FInferenceEngineWithOpenCVForUnityExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FInferenceEngineWithOpenCVForUnityExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FInferenceEngineWithOpenCVForUnityExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnoxSoftware","download_url":"https://codeload.github.com/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FInferenceEngineWithOpenCVForUnityExample/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279017161,"owners_count":26085983,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-13T02:00:06.723Z","response_time":61,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["barracuda","inferenceengine","opencv","sentis","unity"],"created_at":"2025-10-13T22:22:21.360Z","updated_at":"2025-10-13T22:22:25.089Z","avatar_url":"https://github.com/EnoxSoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# InferenceEngine With OpenCVForUnity Example\r\n\r\n![InferenceEngineWithOpenCVForUnityExample](https://github.com/user-attachments/assets/d394db3e-7c3c-47a3-8b53-6d26f7a73f34)\r\n\r\n## Overview\r\n\r\n- Integrate **Unity Inference Engine** with **OpenCV for Unity**.\r\n\r\n## Environment\r\n\r\n- **Unity 6000.2.2f1+**\r\n- [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) **3.0.0+**\r\n- [Inference Engine](https://docs.unity3d.com/Packages/com.unity.ai.inference@2.3/manual/index.html) **2.3.0+**\r\n\r\n## Setup\r\n\r\n1. Download the latest release unitypackage from [InferenceEngineWithOpenCVForUnityExample.unitypackage](https://github.com/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample/releases).\r\n2. Create a new project. *(ex. InferenceEngineWithOpenCVForUnityExample)*\r\n3. Import `Inference Engine` from `Package Manager`.\r\n4. Import and Setup [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR).\r\n5. Import [InferenceEngineWithOpenCVForUnityExample.unitypackage](https://github.com/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample/releases).\r\n6. Add all of the `***.unity` files in the `InferenceEngineWithOpenCVForUnityExample` folder to `Build Settings` → `Scenes In Build`.\r\n7. Build and Deploy.  \r\n    ![setup.png](images/setup.png)\r\n\r\n## Demo\r\n\r\n- **Web** (WebGPU): [Play Demo](https://enoxsoftware.github.io/InferenceEngineWithOpenCVForUnityExample/webgl_example/index.html)\r\n- **Web** (WebGPU, simd): [Play Demo](https://enoxsoftware.github.io/InferenceEngineWithOpenCVForUnityExample/webgl_example_simd/index.html)\r\n- **Web** (WebGPU, simd, threads): [Play Demo](https://enoxsoftware.github.io/InferenceEngineWithOpenCVForUnityExample/webgl_example_simd_threads/index.html)\r\n- **Android**: [Download APK](https://github.com/EnoxSoftware/InferenceEngineWithOpenCVForUnityExample/releases)\r\n\r\n## ScreenShot\r\n\r\n![screenshot01.png](images/screenshot01.png)\r\n![screenshot02.png](images/screenshot02.png)\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Finferenceenginewithopencvforunityexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenoxsoftware%2Finferenceenginewithopencvforunityexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Finferenceenginewithopencvforunityexample/lists"}