03-10-2021 05:02 PM
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
03-10-2021 05:04 PM
03-10-2021 06:49 PM
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
03-11-2021 04:49 AM
@aloulou1 wrote:
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.