- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.
Link Copied
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
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.

- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Printer Friendly Page