02-08-2010 02:48 PM
There was a very useful function in the CWMachineVision library called LightMeterRectangle. Is the equivalent function available in the 2009 Vision .NET class library?
Thanks!
02-09-2010 11:39 AM
Hello Steverino,
Most of the functions that used to be in CWMachineVision were not ported over to .NET,however, they will be moved to .dll in the future. Nevertheless, You can take the existing VB code that we ship and convert it. C:\Program Files\National Instruments\Vision\Examples\dotNET\3. Applications\Meter\vb
02-10-2010 09:01 AM
The light meter rectangle function in the CW library returned a report containing information about the intensities in the selected region.
I am a little suprised that NI didn't port it over yet. It is a very fast way to check for the absence or presence of a part if there is a large enough difference in intensity relative to the background.