02-24-2010 03:57 PM
can someone please help me.
i am stuck on this problem.
i have this program that would analyze and draw overlay "crosshairs"
but i am getting errror when working with color images.
IMAQ Match Geometric Pattern 2
Invalid image type.
Solved! Go to Solution.
02-25-2010 12:17 AM
Check whether you have any of the following issues.
1. You are not extracting the color planes (like luminance).
2. You are not defining a seperate buffer while extracting. (Img dst)
3. You are defining a wrong buffer type in img dst. (if you are using a jpg or a png image then you should define a RGB in the image type) it would give you an error if you have just connected the imaq to the img dst
02-25-2010 12:21 AM
02-25-2010 12:52 AM
I am getting a "invalid template" error when i tried your template. I have created a new one. Try this if it works.
03-08-2010 10:52 PM