Known Issues

  • XR-series cameras with 5MP sensors can show the error message ParametersInvalid: Encoder's extended image width exceeds EncoderLineBuffer size when switching the binning parameter from 1 to 2. To fix this simply capture another frame, which should then work normally again. (SDK-2667)

  • 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)