12-13-2011 01:34 PM
Hello,
How are you?
I am new to Labview, but I'm trying to make a pattern recognition VI with the help of the exaples from Labview.
Every VI works with the images provided, but when I try to use an image from myself (also .png) it shows the following message:
Error -1074395995 occurred at IMAQ ReadImageAndVisionInfo File not found.
Can you help me with this problem?
Thank you,
Luuc
12-13-2011 03:17 PM
Hi,
Are you acquiring the images using a camera or you have already saved images? If you are using camera to acquire images you have to make sure that LabVIEW is supporting your camera. If you are using already saved camera, you have to make sure that the vis which you use in your vi is the suitable vis for the image type, i.e. Some vis used only for mono images and other vis are used only for colored images.
You can use the vision assistance program that comes with vision tool kit, this is very interesting and helpful, from which you can what ever in your picture then you can convert your it to LabVIEW VI, and then do minor modification to the resulted vi to suit your application
hope this helps
12-13-2011 04:34 PM
Thank you Zekasa, I'll give it a shot!