Closed rifai-github closed 5 months ago
Hi @rifai-github The RealSense SDK provides a C++ anti-spoofing example that uses the Dlib facial landmark recognition library.
https://github.com/IntelRealSense/librealsense/tree/master/wrappers/dlib/face
If your project requires Unity though then you will need a Unity or C# based solution. You could investigate the possibility of using the Dlib FaceLandmark Detector asset on the Unity Asset Store.
https://assetstore.unity.com/packages/tools/integration/dlib-facelandmark-detector-64314
There is also a commercial solution called Cyberlink FaceMe which supports integration into the user's projects via C#.
Hi @rifai-github Do you require further assistance with this case, please? Thanks!
Case closed due to no further comments received.
sorry for just replying to the message. Thank you for your help, this works for me and is very helpful. Thank You @MartyG-RealSense
It's no trouble at all, @rifai-github - I'm pleased to hear that you achieved a solution. Thanks very much for the update!
I have an Intel RealSense D455 device. I want to detect whether what is in front of the camera is a human or a piece of photo paper. I want to take advantage of the depth sensor on the D455. Can it? I use the Unity engine.
I've searched several forums but haven't found any insight into my problem.
Thank You
Issue Description