Skip to content

Known Issues Framegrabber SDK 5.11.0#

This section provides information about known issues for the Basler Runtime version 5.11.0.

All Components#

Summary Storing and Loading MCF-Files Results in Double Values Rounded to a Whole Number
Description When loading a configuration from an MCF-file, double values with comma delimiter might be rounded to the nearest whole number. This is caused by the current locale setting of the Linux operating system. Rounding doesn't occur if the locale defines a dot as delimiter.
Affected OS Linux
Workaround Set an appropriate locale, e.g., LC_NUMERIC="C" ./<applicationName>, before you start microDisplay X or microDiagnostics.
Ticket ID 265213
Summary mE5 Frame Grabbers Have Boot Partition Set to Partition 0 and Show Wrong Serial Number
Description After booting, microEnable 5 frame grabbers always show partition 0 as boot partition, even if another partition was defined as boot partition before booting. Also, the boot partition can't be changed, and the serial number isn't displayed correctly.
Affected OS Windows
Workaround Turn off the Fast Start-Up Feature under Windows.
Ticket ID TFS 272272
Summary Camera Doesn't Deliver Correct Images
Description If a camera with multiple links doesn't comply with the CXP standard regarding the distribution of the image data over the links, the camera won't transmit images correctly. This issue was observed with a JAI SP-12000C-CXP4 camera.
Affected OS Windows and Linux
Workaround No workaround is available.
Ticket ID TFS 211645
Summary Linux Drivers Can't Be Signed with a Trusted Basler Certificate
Description Using secure boot (UEFI mode) with Linux requires a driver that is signed with a trusted certificate. Since the driver is provided as source code, there is no way to sign it with a trusted Basler certificate.
Affected OS Linux
Workaround To work with the driver, secure boot can be disabled. Alternatively, you can sign the driver as described in this Ubuntu blog entry.
Ticket ID

Framegrabber API#

Summary Displaying Images with High Frame Rates May Lead to Input Lag
Description When using the display_lib Framegrabber API library (only available on Windows), displaying images with high frame rates (about 10.000 frames per second) may lead to input lag (e.g., keyboard and mouse lag) on the host computer.
Affected OS Windows
Workaround No workaround is available.
Ticket ID

GenTL Producer#

Summary Camera Parameters Changed after Image Acquisition Start Aren't Reflected in the Frame Grabber
Description When camera parameters are changed during image acquisition, the change isn't reflected in the frame grabber. This is because the GenTL Producer retrieves the relevant parameters (width, height, image format, etc.) before starting the acquisition and synchronizes these with the frame grabber.
Affected OS Windows and Linux
Workaround No workaround is available.
Ticket ID TFS 195482 and 225591
Summary The GenTL Device ID Changes When the Applet Is Changed
Description According to the GenTL standard, the device ID should remain constant between two sessions. However, the GenTL device ID changes when the applet is changed. Therefore, the device ID can only be reused if the applet has the same name as the applet with which the device ID was generated.
Affected OS Windows and Linux
Workaround No workaround is available.
Ticket ID

microDisplayX#

Summary On a Clean Linux Installation, microDisplayX Doesn't Start
Description On a clean Linux installation, microDisplayX doesn't start. The reason for this issue is that on a clean Linux installation, the xcb QT platform plugin is missing.
Affected OS Linux
Workaround Install the missing plugin with the sudo apt install libxcb-xinerama0 command.
Ticket ID TFS 259941
Summary On Linux, microDisplayX Might Crash When It Is Being Closed
Description On Linux, microDisplayX might crash when it is being closed. This has no further consequences and can be ignored.
Affected OS Linux
Workaround No workaround is available.
Ticket ID TFS 211811