LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

problem vison and motion

hello Everybody i have a problem  in "vision installing" i can't use this element under the circle because an error message is displayed can you help me please

aloulou1_0-1615417085886.png

 

0 Kudos
Message 1 of 4
(1,414 Views)

aloulou1_0-1615417430769.png

 

0 Kudos
Message 2 of 4
(1,410 Views)

I'm guessing you are a very new to the Forum, and haven't looked at enough Posts and haven't thought much about how to present your problem.

 

I cannot tell, from what you have posted, what you are trying to do, whether the problem is in your LabVIEW code or possibly in your LabVIEW installation.  Attaching pictures of screen shots is rarely very helpful -- if you are having a problem with some LabVIEW code, which usually exists as a .VI file, then post the code by attaching the .VI that causes the problem.  Tell us what works, what doesn't work, and if it is an IMAQ problem, describe what kind of Camera you are using, or if you are doing Image Analysis, attach a typical Image file.

 

Bob Schor

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

@aloulou1 wrote:

aloulou1_0-1615417430769.png

 


Try right clicking the error code and select Explain Error. The error -1074396080 tells me the possible reason could be IMAQ Vision: Invalid image type.

 

The VI IMAQ Count Objects does not support the RGB (U32) Image Type images only grayscale images. From the image indicator it looks like you have loaded the BMP file as RGB but the Image Type is set to U8. Run the VI again with Grayscale (U8) selected.

0 Kudos
Message 4 of 4
(1,317 Views)