Hi. I am trying to send images from VBAI to LabView by using shared variables. I used set variables to set current image in corresponding network variable. I am able to read the image from LabView. However, the image is without overlays even though I used IMAQ Merge Overlay function. How can I get images with overlays in LabView from VBAI thanks to shared variables? Thank you in advance.
Try to put a control screen (Image) and see what's there. And after recording the image, the memory area needs to be cleared.
I saved my VI as previous version. Are you able to open it right now attached VI?
I think that SV is not the right thing to send images. I would use network streams.
Unfortunately I have no experience with VBAI. In poor LV with Vision I would proceed like this:
An example (LV2020) is attached and also saved for LV2017.
Overlays are created in VBAI and sent to LabView by Network Variables. Unfortunately, I have not seen anything like Network Stream in VBAI.