{"id":19119721,"url":"https://github.com/enoxsoftware/barracudawithopencvforunityexample","last_synced_at":"2025-10-25T14:13:50.840Z","repository":{"id":81994263,"uuid":"458632264","full_name":"EnoxSoftware/BarracudaWithOpenCVForUnityExample","owner":"EnoxSoftware","description":"An example of integrating Barracuda with OpenCVForUnity.","archived":false,"fork":false,"pushed_at":"2022-02-13T06:44:04.000Z","size":33015,"stargazers_count":7,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T22:02:52.982Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"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}},"created_at":"2022-02-12T20:30:33.000Z","updated_at":"2025-03-28T05:46:58.000Z","dependencies_parsed_at":null,"dependency_job_id":"f7669742-b8df-4d91-b131-3bba672c1de1","html_url":"https://github.com/EnoxSoftware/BarracudaWithOpenCVForUnityExample","commit_stats":null,"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FBarracudaWithOpenCVForUnityExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FBarracudaWithOpenCVForUnityExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FBarracudaWithOpenCVForUnityExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FBarracudaWithOpenCVForUnityExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnoxSoftware","download_url":"https://codeload.github.com/EnoxSoftware/BarracudaWithOpenCVForUnityExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252522178,"owners_count":21761685,"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","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":[],"created_at":"2024-11-09T05:10:49.541Z","updated_at":"2025-10-25T14:13:45.804Z","avatar_url":"https://github.com/EnoxSoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Barracuda With OpenCVForUnity Example\r\n- An example of integrating Barracuda with OpenCVForUnity.\r\n- A rewritten version of Keijiro's Barracuda examples (https://github.com/search?q=user%3Akeijiro+Barracuda).\r\n\r\n\r\n## Environment\r\n- Windows / Android (Pixel3a) / iOS (iPhoneSE2)\r\n- Unity \u003e= 2020.3.19f1+\r\n- Scripting backend MONO / IL2CPP\r\n- [Barracuda] 2.1.0-preview+\r\n- [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.4.7+\r\n\r\n\r\n## Demo\r\n- Android [BarracudaWithOpenCVForUnityExample.apk](https://github.com/EnoxSoftware/BarracudaWithOpenCVForUnityExample/releases)\r\n\r\n\r\n## Setup\r\n1. Download the latest release unitypackage. [BarracudaWithOpenCVForUnityExample.unitypackage](https://github.com/EnoxSoftware/BarracudaWithOpenCVForUnityExample/releases)\r\n1. Create a new project. (BarracudaWithOpenCVForUnityExample)\r\n1. Install Barracuda from Package Manager.\r\n1. Install Keijiro's package.\r\n    * [How to install Keijiro's package](#how-to-install-keijiros-package)\r\n1. Import OpenCVForUnity.\r\n    * Setup the OpenCVForUnity. (Tools \u003e OpenCV for Unity \u003e Set Plugin Import Settings)\r\n1. Import the BarracudaWithOpenCVForUnityExample.unitypackage.\r\n1. Change the \"Player Settings (Androd)\" Inspector as follows.\r\n    * Graphics APIs : Vulkan (Remove \"OpenGLES 3\" from the Graphics APIs list)\r\n1. Change the \"Player Settings (iOS)\" Inspector as follows.\r\n    * Camera Usage Description : \"Required for camera support.\"\r\n1. Add the \"Assets/BarracudaWithOpenCVForUnityExample/*.unity\" files to the \"Scenes In Build\" list in the \"Build Settings\" window.\r\n1. Build and Deploy to Android and iOS.\r\n\r\n\r\n## How to install Keijiro's package\r\nThis package uses the [scoped registry] feature to resolve package dependencies.\r\nPlease add the following sections to the manifest file (Packages/manifest.json).\r\n\r\n[scoped registry]: https://docs.unity3d.com/Manual/upm-scoped.html\r\n\r\nTo the `scopedRegistries` section:\r\n\r\n```\r\n{\r\n  \"name\": \"Keijiro\",\r\n  \"url\": \"https://registry.npmjs.com\",\r\n  \"scopes\": [ \"jp.keijiro\" ]\r\n}\r\n```\r\n\r\nTo the `dependencies` section:\r\n\r\n```\r\n\"jp.keijiro.mediapipe.blazeface\": \"1.1.1\"\r\n```\r\n\r\nAfter changes, the manifest file should look like below:\r\n\r\n```\r\n{\r\n  \"scopedRegistries\": [\r\n    {\r\n      \"name\": \"Keijiro\",\r\n      \"url\": \"https://registry.npmjs.com\",\r\n      \"scopes\": [ \"jp.keijiro\" ]\r\n    }\r\n  ],\r\n  \"dependencies\": {\r\n    \"jp.keijiro.mediapipe.blazeface\": \"1.1.1\",\r\n...\r\n```\r\n\r\n\r\n## ScreenShot\r\n![screenshot01.jpg](screenshot01.jpg) \r\n![screenshot02.jpg](screenshot02.jpg) \r\n![screenshot03.jpg](screenshot03.jpg) \r\n![screenshot04.jpg](screenshot04.jpg) \r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Fbarracudawithopencvforunityexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenoxsoftware%2Fbarracudawithopencvforunityexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Fbarracudawithopencvforunityexample/lists"}