I am converting a 12 bit array to an image (using 16 bit unsigned integers). I am using the ArrayToImage module from the Vision toolkit. In a simple application it works fine, but in my complicated application it fails. It does not give an error, but it also does not return an image. If I wire to the 8-bit input I can get a downsampled image, but if I wire to the 16-bit input I get no image (not a black image, but no pixels at all). Does anyone have any ideas?