LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

IMAQ ImageToArray error 1074396080 while reading 16 bit RGB tiff

Solved!
Go to solution

I want to get data from a big 16 bit RGB tiff image from my camera (110MB). Image appeare in Image windows, but IMAQ ImageToArray return error 1074396080. If I (at IMAQ Create) select "Grayscale U16" then I get B&W picture and data in "Image Pixels (U16)" indicator without error. With IMAQ Create at RGB64 Image is RGB and you can get 16 bit RGB pixel value under Image window.

I'm using LabView2012 SP1.

Download All
0 Kudos
Message 1 of 4
(2,759 Views)

Hello,

 

I would recommend you to check the File Formats and Image Type Compatibility article. Refer also to the screenshot.

 

I also found a KB, which has the same topic: Error -1074396080: Invalid Image Type

 

Hope it helps.

 

 

0 Kudos
Message 2 of 4
(2,730 Views)
Solution
Accepted by topic author Oldi

Problem was, that ImageToArray work only for B&W image. With IMAQ ColorImageToArray VI everything works OK.Smiley Happy

0 Kudos
Message 3 of 4
(2,719 Views)

Hi

try setting "Use file path image type" to "Off" in "IMAQ read file 2"

It worked in my case

 

0 Kudos
Message 4 of 4
(2,388 Views)