Software Archive
Read-only legacy content
17061 Discussions

Can't find newly added functions in SDK 2016 R2.

BK_Y_
Beginner
287 Views

Hi,

I am a student using realsense.

According to the release note of SDK, new functions 

QueryMatches

QueryNumberOfMatches

are added under PXCMFaceData,RecognitionData 

I want to use these functions to improve accuracy of my face recognition programme but I cannot find them.

How can I use them in the code?

Plus, what can I do more to improve accuracy of face recognition?

I am using C# and unfortunately, my programming skill is really bad and I am working hard to learn it.

I really need your help.

Please advise me! 

 

Thank you.

0 Kudos
3 Replies
jb455
Valued Contributor II
287 Views

Have you updated the DLLs in your solution? Make sure you reference the latest versions of all the RealSense DLLs. (ie, copy libpxccpp2c.dll and libpxcclr.cs.dll from C:\Program Files (x86)\Intel\RSSDK\bin\[x64 or win32, depending on what you're targeting] to your debug folder and check the reference paths in VS are pointing to the right ones)

0 Kudos
BK_Y_
Beginner
287 Views

Yes, I replaced all DLLs and checked in my code that they are all replaced to new version which is v10.

I tried to find those functions in library solution file intel provides but I could not find them.

 

Thank you for your comment.

0 Kudos
yan_s_
Beginner
287 Views

 

 

I have the same problem. I checked for the c++ samples and the new functions are there.

It seems that the dll of c# didn't reference. But useing the c++ dll in c# is a lot of work.

Is there any other way?

0 Kudos
Reply