Known Issues

  • With XR-series cameras there are some known issues with API usage that should be taken into account.

  • Having the CodeMeter runtime installed but its service not running, will lead to a freeze or crash of the process loading the NxLib. To work around this problem it is possible to disable all CodeMeter use by the NxLib by setting the api node config:/CodeMeter/Enabled to false before initializing the NxLib. (SDK-2922)

  • Loading the NxLib on Linux with insufficient shared memory raises SIGBUS, which most likely terminates the application. Increase the shared memory with mount -o remount,size=<new size> /dev/shm. (SDK-3330)