Solution
This behavior is expected and it is related to how the data is being displayed. The Image Display Indicator in LabVIEW is actually an 8-bit display. That means that if you wire in a 16-bit image, the indicator has to decide how to handle the 16-bit information. To visualize the expected image and determine how the display will map the 16-bit information into 8-bit you can follow the steps below:
1. Right-click on an Image Display and select the
16-Bit Display Mapping... option.
2. From the Conversion Method drop-down menu, select the method that allows you to get the best result, according to your application requirements. For example, you can take just the top or bottom 8-bits and display those, or you can map the 16-bit data onto a range of 0-255.
After selecting the correct mapping method, you can verify that the resultant image with the overlayed text will be displayed correctly.