08-02-2018 02:56 PM
When I generate an array of images with text overlays, if I perform any processing those overlays disappear. What's going on?
In the attached example, I generate a series of images. Those are passed into a rotation VI which seems to strip the overlay away. Is this expected?
Thanks,
XL600
Solved! Go to Solution.
08-02-2018 07:51 PM - edited 08-02-2018 07:52 PM
Expected behaviour.
Can be changed with IMAQ Set Overlay Properties...
http://zone.ni.com/reference/en-XX/help/370281AD-01/imaqvision/imaq_set_overlay_properties/
08-03-2018 07:42 AM
b.ploetzeneder is right!
You can give your text overlay a group name when you set the overlay initially. Next, we can make sure we're using the IMAQ Set Overlay Properties VI and specifying the group name that we set for our text overlay. Then we can change the Property for Rotate and its behavior (Clear, Keep, Transform).
R Dahlman
08-03-2018 09:36 AM
Worked like a charm, and even bumped up my FPS rate a bit since I was merging the overlay before.
Thanks!