Software Archive
Read-only legacy content
17061 Discussions

Unity Face Recognition not working properly..

Akshay_A_
Beginner
816 Views

Hello,

I am working on face recognition of sdk in UNITY. My main problem is that while registering a new user after already a user has been registered  before and has been saved in the database [e.g take 1 user is registered and is provided with the id 100] then  the user now who is now going to be registered is being assigned the User Id: 100.. i.e the inital id which was previously provided to the previous user and is overwritting the  previously saved data present in the database.. Is this a 

pls can annyone help in either appneding the data or what to do...


Thanks
Akshay

0 Kudos
5 Replies
simsam7
Beginner
816 Views

Hi Akshay, it's difficult for anyone to help if you don't provide a code snippet. I haven't tried doing Face Recognition in Unity, but the other examples work for me. Maybe look at why your ID is not incrementing, are you possibly resetting it?

0 Kudos
Colleen_C_Intel
Employee
816 Views

There was a known issue with this in the 3.1 (Gold R1) release. See https://software.intel.com/en-us/blogs/2014/12/06/tips-and-tricks-to-use-unity-with-the-intel-realsense-sdk-2014 (In Gold R1, 2D face recognition is only using ID#100. ). Are you using 3.1 or 4.0 (R2) currently posted?

0 Kudos
Akshay_A_
Beginner
816 Views

@colleen i am currently using the Gold R1 release..
thanks for your the link and your help

0 Kudos
Colleen_C_Intel
Employee
816 Views

please let us know how it goes with R2.

0 Kudos
Akshay_A_
Beginner
816 Views

@Colleen Well it  worked fine with the R2.. The database is being appended and not being re-written..

Thanks..

0 Kudos
Reply