All Projects → EnoxSoftware → HoloLensWithDlibFaceLandmarkDetectorExample

EnoxSoftware / HoloLensWithDlibFaceLandmarkDetectorExample

Licence: other
HoloLens With DlibFaceLandmarkDetector Example

Programming Languages

C#
18002 projects
ShaderLab
938 projects

Projects that are alternatives of or similar to HoloLensWithDlibFaceLandmarkDetectorExample

Hololenswithopencvforunityexample
HoloLens With OpenCVforUnity Example
Stars: ✭ 142 (+647.37%)
Mutual labels:  augmented-reality, hololens, face-detection, mixed-reality
Stereokit
An easy-to-use mixed reality library for building HoloLens and VR applications with C# and OpenXR!
Stars: ✭ 195 (+926.32%)
Mutual labels:  augmented-reality, hololens, mixed-reality
MixedRealityResources
Mixed Reality related resources
Stars: ✭ 190 (+900%)
Mutual labels:  augmented-reality, hololens, mixed-reality
MixedRealityToolkit
Evergine.MRTK provides a set of components and features to accelerate cross-platform XR application development in Evergine.
Stars: ✭ 32 (+68.42%)
Mutual labels:  hololens, holotoolkit, mixed-reality
Ar Vrcourse
VR,AR,MR 开发入门教程
Stars: ✭ 298 (+1468.42%)
Mutual labels:  augmented-reality, hololens, mixed-reality
hololens-terrain-viewer
Holographic mapping powered by ArcGIS
Stars: ✭ 36 (+89.47%)
Mutual labels:  augmented-reality, hololens, mixed-reality
Mixedrealitytoolkit Unity
Mixed Reality Toolkit (MRTK) provides a set of components and features to accelerate cross-platform MR app development in Unity.
Stars: ✭ 4,817 (+25252.63%)
Mutual labels:  hololens, holotoolkit, mixed-reality
Mrlightingtools Unity
A Unity library and MRTK extension for estimating and replicating the current environment's lighting on Mixed Reality devices.
Stars: ✭ 142 (+647.37%)
Mutual labels:  augmented-reality, hololens, mixed-reality
SpatialAlignment
Helpful components for aligning and keeping virtual objects aligned with the physical world.
Stars: ✭ 29 (+52.63%)
Mutual labels:  augmented-reality, hololens, mixed-reality
Dirtchamber
A mixed reality testing environment for real-time global illumination algorithms
Stars: ✭ 183 (+863.16%)
Mutual labels:  augmented-reality, mixed-reality
Simple Webxr Unity
⭐ Bringing WebXR to Unity 3D with 3 files ! B-)
Stars: ✭ 215 (+1031.58%)
Mutual labels:  augmented-reality, hololens
KEYSDK-WH
Simplified mapping with KEY SDK.
Stars: ✭ 12 (-36.84%)
Mutual labels:  hololens, mixed-reality
Arkit Web
An experimental iOS app for rapidly prototyping ARKit experiences with WebGL.
Stars: ✭ 153 (+705.26%)
Mutual labels:  augmented-reality, mixed-reality
Hololenscamerastream
This Unity plugin makes the HoloLens video camera frames available to a Unity app in real time. This enables Unity devs to easily use the HoloLens camera for computer vision (or anything they want).
Stars: ✭ 233 (+1126.32%)
Mutual labels:  augmented-reality, hololens
Nextlevel
NextLevel was initally a weekend project that has now grown into a open community of camera platform enthusists. The software provides foundational components for managing media recording, camera interface customization, gestural interaction customization, and image streaming on iOS. The same capabilities can also be found in apps such as Snapchat, Instagram, and Vine.
Stars: ✭ 1,940 (+10110.53%)
Mutual labels:  augmented-reality, mixed-reality
quickstart-android
Quick start examples for Banuba Face AR SDK on Android
Stars: ✭ 17 (-10.53%)
Mutual labels:  augmented-reality, face-detection
Jeelizfacefilter
Javascript/WebGL lightweight face tracking library designed for augmented reality webcam filters. Features : multiple faces detection, rotation, mouth opening. Various integration examples are provided (Three.js, Babylon.js, FaceSwap, Canvas2D, CSS3D...).
Stars: ✭ 2,042 (+10647.37%)
Mutual labels:  augmented-reality, face-detection
qml-ar
Seamless Augmented Reality module for QML using UchiyaMarkers
Stars: ✭ 32 (+68.42%)
Mutual labels:  augmented-reality, mixed-reality
PassthroughMeasure
Use your Oculus Quest with Passthrough as a tape measure
Stars: ✭ 43 (+126.32%)
Mutual labels:  augmented-reality, mixed-reality
Face
I have published my face related codes in this repository
Stars: ✭ 53 (+178.95%)
Mutual labels:  augmented-reality, face-detection

HoloLens With DlibFaceLandmarkDetector Example

What's new

  • Changed the HoloLensCameraStream plugin to the camnewnham's repository. (Improve camera update FPS, hide recording icon, extract camera intrinsic)

Demo Video (old version)

Demo Hololens App

Environment

Setup

  1. Download the latest release unitypackage. HoloLensWithDlibFaceLandmarkDetectorExample.unitypackage
  2. Create a new project. (HoloLensWithDlibFaceLandmarkDetectorExample)
  3. Import the OpenCVForUnity.
    • Setup the OpenCVForUnity. (Tools > OpenCV for Unity > Set Plugin Import Settings)
    • Move the "OpenCVForUnity/StreamingAssets/haarcascade_frontalface_alt.xml" and "OpenCVForUnity/StreamingAssets/lbpcascade_frontalface.xml" to the "Assets/StreamingAssets/" folder.
  4. Import the DlibFaceLandmarkDetector.
    • Setup the OpenCVForUnity. (Tools > Dlib FaceLandmarkDetector > Set Plugin Import Settings)
    • Move the "DlibFaceLandmarkDetector/StreamingAssets/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" to the "Assets/StreamingAssets/" folder.
  5. Clone HoloLensCameraStream repository.
    • Copy the "HoloLensCameraStream/HoloLensVideoCaptureExample/Assets/CamStream/" folder to the "Assets/" folder.
    • Set the scripting backend of the plugin inspector to "Any Script Backend". (IL2CPP support)
  6. Import the Microsoft.MixedReality.Toolkit.Unity.Foundation.2.2.0.unitypackage.
    • Setup the MRTKv2. (Mixed Reality ToolKit > Utilities > Configure Unity Project)
  7. Import the HoloLensWithDlibFaceLandmarkDetectorExample.unitypackage.
  8. Add the "Assets/HoloLensWithDlibFaceLandmarkDetectorExample/*.unity" files to the "Scenes In Build" list in the "Build Settings" window.
  9. Setup a performance environment suitable for Holorens. (See https://docs.microsoft.com/en-us/windows/mixed-reality/develop/unity/recommended-settings-for-unity)
  10. Build and Deploy to HoloLens. (See https://developer.microsoft.com/en-us/windows/holographic/holograms_100)
Project Assets MRTK Project Configurator
ProjectAssets.jpg MRTKProjectConfigurator.jpg
Build Settings Player Settings
BuildSettings.jpg PlayerSettings.jpg

ScreenShot (old version)

screenshot01.jpg

screenshot02.jpg

screenshot03.jpg

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].