Software Archive
Read-only legacy content
17061 Discussions

RealSense Face Recognition not working

Herve_N_
Beginner
539 Views

Hi all!

I was trying to follow this tutorial on face recognition: https://software.intel.com/en-us/articles/code-sample-facial-recognition-using-intel-realsense-sdk .But when I opened the project in my Visual Studio, there were errors and the code could not run. I first tried to search on the net and found out that the Face Recognition needed the Intel RealSense SDK Runtime to run.

So I downloaded and installed it, but the code still has errors, saying: "the type or namespace 'PXCMSenseManager' could not be found (are you missing a using directive or an assembly reference?)".... Same applies for PXCMFaceData, PXCMFaceConfiguration, PXCMFaceModule, etc.

I looked at the references, but I don't see any references indicating or relating to Face Recognition.

Thanks for the help.

 

 

0 Kudos
1 Reply
RBang
New Contributor II
539 Views

Screenshot.png

You have to manually add reference by:
1) Right click on Reference
2) Select Add Reference
3) Selecting the dll file
4) Select OK.

NOTE: For the dll file to be present you must have the SDK installed.

0 Kudos
Reply