I use trail license to test skeleton tracking in windows 10(64 bit) / VS2015 C++.
I have gotten trial license from activation, and test Nuitrack middleware by [~nuitrack\activation_tool\Nuitrack.exe] .
But when I run my demo, the LicenseNotAcquiredException occured in the calling
Nuitrack::waitUpdate(_skeletonTracker);
The trail license cannot used in Nuitrack SDK?
BTW: When I run [~nuitrack\activation_tool\Nuitrack.exe] , Must run it by administrator,
Or it will not display the depth image. Is there any solution for it?
Do you see the depth map after you click “Compatibility Test”?
If yes, please go to %NUITRACK_HOME%/data. Do you see the file “e24b…”?
If the file is created, please close the activation tool and run it again.
If this file wasn’t created, please run the activation tool as Administrator.
If you don’t see the depth map after you click “Compatibility Test”, please run “nuitrack_sample” from %NUITRACK_HOME%/bin and provide us with the console output.
The trial version has a limit of 3 minutes. After the activation of a license, the “e24b…” file turns into “license.json” that is located in your “data” folder. Please advise are there any unsolved issues?
HI
I am trying to test the WindowsFormsCSharpTest from the Samples. I have a trial license, which I activated. I can run the Nuitrack trial for 3 minutes from the activation tool window.
However, when I build and run my WindowsFormsCSharpTest, the program returns the nuitrack.LicenseNotAcquiredException after 3 seconds.
I have the license.json in my nuitrack/data directory, so I don’t know what else I need to do to make this work through WindowsForm.
My goal is to develop a csharp application using nuitrack, so this is very important for me.
Could you try to build and run nuitrack_csharp_sample from NuitrackSDK?
Also check NUITRACK_HOME environment variable (default: C:/Program Files/Nuitrack/nuitrack/nuitrack/)