Hello!
I'm working on a machine vision program that continiosly acquires
10-bit images from CameraLink camera (LabView 7.1 &
Vision). I need to adjust 16 bit display mapping in real time.
I used HL Grab.vi example as a starting point. I created an image
display property node with three items: 16-bit display conversion
method, 16-bit display maximum and minimum values, and I'm writting
desired values to it using three front panel controls. To verify this
operation, I'm reading the same values from another image display
property node, and I use a sequence to make sure that I'm writting the
desired parameters to the property node before reading them for a
verification.
I found that by writting desired values to the image display property
node I can modify display conversion method, but not the actual min and
max values of the desired given range or given percent range! I mean,
changing values wired to the min/max lines of the property node produces no effect at all.
What could be wrong???
Also, I was trying to use the IMAQ BCGLookup for the same goal, but it did not work as well. Does it work with 16-bit images?
Please help! Thanks.
Pavel