Model image from Matching function

Hello everyone

I am testing some mappVision functions, and doing some offline parametrization, with functions like Matching, but I wonder if there is a way to seethe original portion of the image from where I trained the model. In offline parametrization, when I edit the model, if I select the trained model I can see the region from where I selected it, but not the image. I’ve seen there is a function ViBaseGetImage, according to the Use Case of the ViBase library (A.S. 4.12 GUID: 9652f822-ada9-4068-897e-c4e1424aebfb) this can save the last camera image, so, do I need to use this functionality to save and see the image, or mappVision implements a way to do this in the mappView HMI?

Greetings

Hi Alejandro! The model data does not include the original image at all, so you must use the Download button in the mappVision HMI to save that image for use offline. That will save it on the client PC.

image

ViBaseGetImage can also save the image to a file, but it will be the PLC’s hard drive. The mappVision HMI is much easier for this stage of development.

4 Likes