04-19-2007 03:55 PM
04-20-2007 12:20 PM
04-20-2007 03:14 PM
That is the strange thing. The image in MAX is bad, but vision assistant image is correct even after saving settings in MAX. So it seems that the vision assistant is doing something different. I removed the .icd file for my camera, and then tried the vision assistant program. It was unable to capture video, so it is using the same setup file as the MAX program
Howard
04-23-2007 04:33 PM
04-26-2007 07:15 AM
Allison,
That was the first thing I tried. The vision assistant does not produce the code required to acquire the image. It starts with an existing image and allows you to enhance/modify that image. So this did not help. I'm starting to get very frustrated with this situation. I can see having problems with my application, but I would expect that things should work properly in MAX.
Thanks for the suggestion,
Howard
04-26-2007 10:09 AM
I answered this on info-LabVIEW, but I will repeat my answer here.
I believe your acquisition is working the same in all cases, but the display mode is different. For display purposes, the 16 bit image must be mapped to an 8 bit image. If you use the Shift method, you get the gray image you described. If you use Dynamic Range, the image is automatically scaled to fill the range 0 to 255.
You should be able to enable dynamic ranging in your image display in LabVIEW. I'm not sure if that option is available in MAX, though.
Bruce