Using Labview and Vision 2022 Q3, I have no problem using IMAQ ArraytoImage back and forth for grayscale image. However, when I tried to use the IMAQ ArraytoColorimage, Even I tried some used-to-working solution code snippet, I encountered strange error (Error -1074396080: Invalid Image Type). Out of desperation, I added a seemed-to-be-redundant "IMAQ Image Cast 2", to force the already-correct image type again (RGB U64), and the code works. So I wonder if there is some internal incompatibility in Labview/Vision or there might be other reason? Thanks!