Skip to content

Releases: SICKAppSpaceCodingStarterKit/CSK_Module_MultiImageFilter

v2.1.0

28 Jul 07:44
04dc934

Choose a tag to compare

Release 2.1.0

New features

  • Check if persistent data to load provides all relevant parameters. Otherwise add default values

Improvements

  • Better instance handling regarding FlowConfig

Bugfix

  • Legacy bindings of ValueDisplay elements within UI did not work if deployed with VS Code AppSpace SDK
  • UI differs if deployed via Appstudio or VS Code AppSpace SDK
  • Fullscreen icon of iFrame was visible

v2.0.0

28 Nov 11:39
51fae92

Choose a tag to compare

Release 2.0.0

New features

  • New filter to convert RGB to Lab channels
  • Supports FlowConfig feature to set images / transformation to process / provide processed image
  • Position to crop image can be received by external event
  • Provide version of module via 'OnNewStatusModuleVersion'
  • Function 'getParameters' to provide PersistentData parameters
  • Check if features of module can be used on device and provide this via 'OnNewStatusModuleIsActive' event / 'getStatusModuleActive' function
  • Function to 'resetModule' to default setup

Improvements

  • New UI design available (e.g. selectable via CSK_Module_PersistentData v4.1.0 or higher), see 'OnNewStatusCSKStyle'
  • check if instance exists if selected
  • 'loadParameters' returns its success
  • 'sendParameters' can control if sent data should be saved directly by CSK_Module_PersistentData
  • Added UI icon and browser tab information
  • Info in UI if image type does not fit to canny or blur filter

Bugfix

  • Error if module is not active but 'getInstancesAmount' was called
  • processInstanceNUM did not work after deregistering from event to process images

v1.0.0

19 Mar 11:50
6e0fb9d

Choose a tag to compare

Initial version