LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

invalid image type

Hi,

I have a problem in Labview. A have an image from a camera, and I would like to do video processing (edge detection).

 

But I have an error, it's "Invalid Image type".

Is someone can help me ?

 

In NI Vision Acquisition there is my camera, acuiring at 18.1 fps, 1392x1040, 32bit RGB image (255,255,255)

My program is attached,

Thanks !!

(I already try to use IMAQ ExtractSingleColorPlane, but in this case, "Invalid Image type" is report on IMAQ ExtractSingleColorPlane)

0 Kudos
Message 1 of 4
(3,383 Views)

"But I have an error, it's "Invalid Image type"."

 

Hmmm.... That's not what your screen shot says. The error in your screen shot is that the image is too small.

 

Mike...


Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 4
(3,346 Views)
And get rid of that stupid local variable.
Message 3 of 4
(3,338 Views)

You need to connect the output of vision acquisition to the "setimage size vi" and not the outout of imaq create.  This is why you are getting the error

 

 

Additional

 

1. Please dont use express vi for configuration

 

2. You can configure the image size with camera settings itself.

0 Kudos
Message 4 of 4
(3,204 Views)