07-07-2008 09:50 AM
07-09-2008 10:50 AM
Hello 20,
Check out the NI-IMAQ Reference Help for the IMG_ATTR_BITSPERPIXEL. This states that IMG_ATTR_BITSPERPIXEL is not writable, but merely an indicator. So the only way to change the attribute would be to effectively change the data mode (as you said you are doing). When you change the data mode, check the return value to ensure that the function was successfully executed.
Could you attach the code that demonstrates the data mode change?
I hope this helps 🙂
07-10-2008 12:52 AM
07-15-2008 02:16 AM
07-15-2008 08:43 AM
Hey Eddie,
Check out this article on Using the IMAQ Camera Attribute Function in VB. Some examples can be found on your PC (they install with our software). The location of these examples is detailed here, under “Where to find examples”. Finally, this article further details how to configure your acquisition.
I hope this helps! 🙂
07-15-2008 09:03 AM