Skip to content

Changes and Fixed Issues in Runtime 5.9.0#

This section provides information about changes and fixed issues for the Basler Runtime version 5.9.0.

Applets#

All Boards#

Change Summary CXP-12 Interface Card 1C Requires Firmware Version S1.1
CXP-12 Interface Card 2C, CXP-12 Interface Card 4C and imaWorx CXP-12 Quad Require Firmware Version S1.0
Description All applets require a specific firmware version on the board. They are neither upwards nor downwards compatible. For CXP-12 Interface Card 1C, the applets delivered with this release require the firmware version S1.1. For CXP-12 Interface Card 2C, CXP-12 Interface Card 4C and imaWorx CXP-12 Quad, there is currently only firmware version S1.0 available, so for these boards this will become relevant in the future.
Affected OS Windows and Linux
Ticket ID TFS 191503

SDK#

Fix Summary In Blocking Mode Acquisition Frames in the Dummy Buffer Are Now Taken into Account
Behavior Before Fix When running a blocking mode acquisition for a finite number of frames, frames that were transferred to the dummy buffer (i.e. were dropped) were not taken into account for the frame limit.
Behavior After Fix This has been fixed. Now, if the last requested frame is transferred to the dummy buffer, a call to Fg_waitForLastPicNumberBlockingEx will time out.
Affected OS Windows and Linux
Ticket ID TFS 201149
Fix Summary In Blocking Mode Acquisition the Callback Function Returns the Buffer Number for the Frame
Behavior Before Fix When running a blocking mode acquisition using the APC API, the Callback function only returned a frame number without the buffer number.
Behavior After Fix This has been fixed. Now, the Callback function returns the buffer number for the frame instead of the frame number.
Instructions To determine the frame number, use Fg_getParameterEx with the new parameter identifier FG_IMAGE_NUMBER.
Affected OS Windows and Linux
Ticket ID
Fix Summary The Spelling of the Applet Parameter Values EnumEntry_TriggerCameraOutSelect_NotBypassFronGPI[0..3] Have Been Corrected
Behavior Before Fix There was a typo in the Applet Parameter Values EnumEntry_TriggerCameraOutSelect_NotBypassFronGPI[0..3].
Behavior After Fix The spelling of the applet parameter values have been corrected from EnumEntry_TriggerCameraOutSelect_NotBypassFronGPI[0..3] to EnumEntry_TriggerCameraOutSelect_NotBypassFrontGPI[0..3].
Instruction Any software that uses the old misspelled names needs to be updated.
Affected OS Windows and Linux
Ticket ID TFS 197346