Items with no label
3335 Discussions

Multi face detection

NZafr
Novice
4,180 Views

Hi,

I am working with RealSense SR300, DCM 3.3.27.5718, and RSSDK 10.0.26.0396.

When my application detects more than one face, I can use RSSDK to tell me that more than one face is detected (QueryNumberOfDetectedFaces), but when I apply QueryLandmarks(), I only get landmarks information for the first face that was detected (the face that have index 0).

For all the other faces, QueryLandmarks() returns NULL.

Anyone encountered this issue?

Is it possible to get landmarks data for the faces that were not detected first? If yes, how?

Thanks.

44 Replies
MartyG
Honored Contributor III
230 Views

Yes, Unity code uses C# , so very careful Find And Replace of C++ code is probably going to be the best approach to converting your R2 instructions for R3 compatibility. Good luck!

0 Kudos
idata
Employee
230 Views

We understand transitioning from SDK R2 to R3 may require some effort to fully get things going. We'll pass this valuable feedback to the right team in hopes to find a solution that'll help simplify this transition.

 

 

Regards,

 

-Sergio

 

0 Kudos
NZafr
Novice
230 Views

Thanks, Sergio.

I appreciate it.

0 Kudos
Reply