New Features in VisualApplets 3.3.1#
New Operators#
In the Library Synchronization#
-
A new operator
CutImage
is now available, which dynamically cuts the input image into a number of smaller images. See the documentation of this operator in the Operator Reference. (Ticket ID: 206593 / 218083 ) -
A new operator
AppendLineDyn
is now available, which dynamically concatenates image lines from the input image at the linkI
into a larger line in the output image at the linkO
. See the documentation of this operator in the Operator Reference. (Ticket ID: 206593 / 218083 ) -
A new operator
AppendImageDyn
is now available, which dynamically concatenates input images into a larger output image. See the documentation of this operator in the Operator Reference. (Ticket ID: 206593 / 218083 )
Installer#
It is now possible to install VisualApplets without admin rights. For installation instructions, see Installing VisualApplets. (Ticket ID: 229651)
Documentation#
The new Application Note: Shared Memory explains the concept of shared memory and guides you to efficiently use the memory for a specific platform by using the information of RAM size and RAM data width. It also helps you to calculate the resulting bandwidth per RAM for the marathon frame grabber series. (Ticket ID: 214787)
Tutorial and Examples contains a new chapter Filling LUT With Content With the Basler Framegrabber API, which explains how you can easily fill a LUT with content during runtime. (Ticket ID: 215185)