{"id":19119704,"url":"https://github.com/enoxsoftware/nreallightwithdlibfacelandmarkdetectorexample","last_synced_at":"2025-05-05T14:42:40.239Z","repository":{"id":81994343,"uuid":"540387387","full_name":"EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample","owner":"EnoxSoftware","description":"An example of a Nreal Light MR app by using NRSDK and DlibLandmarkDetector.","archived":false,"fork":false,"pushed_at":"2024-12-11T16:48:44.000Z","size":1237,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-03-30T21:51:15.400Z","etag":null,"topics":["dlib","mixed-reality","mr","nreal","nreal-light","opencv","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}},"created_at":"2022-09-23T10:23:58.000Z","updated_at":"2025-03-10T15:06:38.000Z","dependencies_parsed_at":null,"dependency_job_id":"200d0276-80d8-4c9b-acdf-a644710b8019","html_url":"https://github.com/EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FNrealLightWithDlibFaceLandmarkDetectorExample","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FNrealLightWithDlibFaceLandmarkDetectorExample/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FNrealLightWithDlibFaceLandmarkDetectorExample/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/EnoxSoftware%2FNrealLightWithDlibFaceLandmarkDetectorExample/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/EnoxSoftware","download_url":"https://codeload.github.com/EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252516231,"owners_count":21760745,"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":["dlib","mixed-reality","mr","nreal","nreal-light","opencv","unity"],"created_at":"2024-11-09T05:10:42.693Z","updated_at":"2025-05-05T14:42:40.231Z","avatar_url":"https://github.com/EnoxSoftware.png","language":"C#","funding_links":[],"categories":[],"sub_categories":[],"readme":"# NrealLight (XREAL Light) With DlibFaceLandmarkDetector Example\r\n\r\n\r\n## Demo Video\r\n[![](http://img.youtube.com/vi/4eEFfsPOF_0/0.jpg)](https://youtu.be/4eEFfsPOF_0)\r\n\r\n\r\n## Demo NrealLight App\r\n* [NrealLightWithDlibFaceLandmarkDetectorExample.apk](https://github.com/EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample/releases)\r\n\r\n\r\n## Environment\r\n* Android (Galaxy S10+ SC-04L)\r\n* Nebula 3.8.1\r\n* Nreal Light (XREAL Light)\r\n* Unity 2021.3.35f1+ (NRSDK supports the development environment of Unity 2019.4.X and above)\r\n* [NRSDK](https://docs.xreal.com/Release%20Note/NRSDK%202.1.0) NRSDKForUnity 2.1.0 \r\n* [OpenCV for Unity](https://assetstore.unity.com/packages/tools/integration/opencv-for-unity-21088?aid=1011l4ehR) 2.6.4+ \r\n* [Dlib FaceLandmarkDetector](https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314?aid=1011l4ehR) 1.4.1+ \r\n\r\n\r\n## Setup\r\n1. Download the latest release unitypackage. [NrealLightWithDlibFaceLandmarkDetectorExample.unitypackage](https://github.com/EnoxSoftware/NrealLightWithDlibFaceLandmarkDetectorExample/releases)\r\n1. Create a new project. (NrealLightWithDlibFaceLandmarkDetectorExample)\r\n    * Change the platform to Android in the \"Build Settings\" window.\r\n1. Import the OpenCVForUnity.\r\n    * Select MenuItem[Tools/OpenCV for Unity/Open Setup Tools].\r\n    * Click the [Move StreamingAssets Folder] button.\r\n    * Leave the following files and delete the rest. (\"StreamingAssets/OpenCVForUnity/objdetect/haarcascade_frontalface_alt.xml\", \"lbpcascade_ frontalface.xml\")\r\n1. Import the DlibFaceLandmarkDetector.\r\n    * Select MenuItem[Tools/Dlib FaceLandmark Detector/Open Setup Tools].\r\n    * Click the [Move StreamingAssets Folder] button.\r\n    * Leave the following files and delete the rest. (\"StreamingAssets/DlibFaceLandmarkDetector/sp_human_face_68.dat\", \"sp_human_face_68_for_mobile.dat\", \"sp_human_face_17.dat\", \"sp_human_face_17_for_mobile.dat\" and \"sp_human_face_6.dat\")\r\n1. Import the NRSDK.\r\n    * Download the latest release NRSDK unitypackage. [NRSDKForUnityAndroid_x.xx.x.unitypackage](https://developer.xreal.com/download)\r\n    * Setup the NRSDK. (See [Getting Started with NRSDK](https://docs.xreal.com/Getting%20Started%20with%20NRSDK))\r\n1. Import the NrealLightWithDlibFaceLandmarkDetectorExample.unitypackage.\r\n1. Add the \"Assets/NrealLightWithDlibFaceLandmarkDetectorExample/*.unity\" files to the \"Scenes In Build\" list in the \"Build Settings\" window.\r\n1. Build and Deploy to Android device. (See [8. Building NRSDK App for Android](https://docs.xreal.com/Getting%20Started%20with%20NRSDK#8-building-nrsdk-app-for-android))\r\n\r\n\r\n|Project Assets|Build Settings|\r\n|---|---|\r\n|![ProjectAssets.jpg](ProjectAssets.jpg)|![BuildSettings.jpg](BuildSettings.jpg)|\r\n\r\n\r\n## ScreenShot\r\n![screenshot01.jpg](screenshot01.jpg)\r\n\r\n![screenshot02.jpg](screenshot02.jpg)\r\n\r\n![screenshot03.jpg](screenshot03.jpg)\r\n\r\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Fnreallightwithdlibfacelandmarkdetectorexample","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fenoxsoftware%2Fnreallightwithdlibfacelandmarkdetectorexample","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fenoxsoftware%2Fnreallightwithdlibfacelandmarkdetectorexample/lists"}