Display Matching Results in mappView

Hi all!

I have a smart camera+light setup and continuously display the acquired image on mappView.
I do this via ViBaseGetImage(), conversion to base64 and a paper widget.

Is there an easy way to visually display the results from the matching function like the Vision HMI can do?
My first idea would be to use a svg-element and dynamically change the position of the widget.

If anyone already did this already or knows a working solution, a hint would be appreciated.
Thank you!

BR Thomas Perchthaler

Hey Thomas! There is a full mappView widget for vision that’s close to being released but is not out yet. Right now, the best approach is to use a second Paper widget on top of your image and use the “svgElemnt“ property. You can then build the SVG string in a program with your result data to overlay onto the image.

1 Like