Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[Question] human or photo detection #12915

Open
rifai-github opened this issue May 9, 2024 · 2 comments
Open

[Question] human or photo detection #12915

rifai-github opened this issue May 9, 2024 · 2 comments

Comments

@rifai-github
Copy link

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


Required Info
Camera Model D455
Firmware Version 5.16.0.1
Operating System & Version Windows 11
Platform PC
SDK Version v2.55.1
Language Unity
Segment others

Issue Description

@MartyG-RealSense
Copy link
Collaborator

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#.

https://www.cyberlink.com/stat/technology/enu/tech_face.jsp

@MartyG-RealSense
Copy link
Collaborator

Hi @rifai-github Do you require further assistance with this case, please? Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants