Hi, I wanted to use Nuitrack Instance-based API.
So I added call Nuitrack::getInstancesJson() into nuitrack_gl_sample code and I got JSON with some data (but without facial data). To get facial data, according to this manual nuitrack-sdk/doc/Instance-based_API.md at master · 3DiVi/nuitrack-sdk · GitHub, I set both Faces.ToUse
and DepthProvider.Depth2ColorRegistration
to true
but then my application started crash with exception: Exception thrown at 0x00000000641C1E05 (libmiddleware.dll) in nuitrack_gl_sample.exe: 0xC0000005: Access violation reading location 0x0000000000000008.
I did little investigation and problem is only with flag Faces.ToUse
. And DepthProvider.Depth2ColorRegistration
is without problem.
Thank you for any information.
Almy