I’m trying to use the same sensor I bought a license for to run the application I created on a different PC.
How do I reactivate that license for my sensor on different hardware? Currently it’s giving me the 3 minute limit.
I’m trying to use the same sensor I bought a license for to run the application I created on a different PC.
How do I reactivate that license for my sensor on different hardware? Currently it’s giving me the 3 minute limit.
Hi bruno,
The reactivation process of Nuitrack on a different PC with the same sensor is as follows:
I have run into a problem with licensing. I have multiple computers (Intel NUC) that I am experimenting with, so I may have confused the back-end server or something…
installed Nuitrack on a new computer and moved the camera to it. I ran
“sudo -E nuitrack_license_tool”, and it completed successfully, and the button on the far right say “Activated”.
But, when I run “nuitrack_gl_sample” it fails after 2 minutes with error "
I tried downloading and installing the latest Nuitrack runtime and SDK, (upgraded from 1.3.6 to 1.3.7) and still get the same error.
Environment variables:
$NUITRACK_HOME: /usr/etc/nuitrack
$LD_LIBRARY_PATH: /home/system/catkin_robot/devel/lib:/opt/ros/kinetic/lib:/opt/ros/kinetic/lib/x86_64-linux-gnu:/usr/local/lib/nuitrack
camera: Realsense D435 (worked Ok on my old computer)
TRACE:
cd ~/sdk/NuitrackSDK/Examples/nuitrack_gl_sample/build
./nuitrack_gl_sample
Usage: nuitrack_gl_sample [path/to/nuitrack.config]
Press Esc to close window.
UVCVideoCapture::open ERROR: can’t find device
Can’t find video camera!
Can’t find Depth camera!
Create DepthProvider: Realsense2DepthProvider
<< runs for 2 minutes, works fine, then this error >>
LicenseNotAcquired exception (ExceptionType: 6)
Inconsistency detected by ld.so: dl-close.c: 811: _dl_close: Assertion `map->l_init_called’ failed!
Suggestions for how to fix this?
Hi David,
license.json
file in usr/etc/nuitrack/data
and activate Nuitrack once againThanks! That fixed it!
Hi,
I installed Nuitrack SDK V0.37.7 on Jetson orin agx for L515 camera. it is working fine.
Then i build the nuitrack_device_api_sample following the instruction and run it.
then i have the following error.
Exception: NuitrackException: Server error response: License reactivation with the different sensor does not allowed.
I followed your suggest method by deleting JSON file in usr/etc/nuitrack/data
. but still i have the problem. How to solve the problem?