02-28-2008 08:13 PM
02-28-2008 08:21 PM
02-29-2008 02:30 PM
Hi,
In a effort to keep the code generated simple, the LabVIEW code generated by the shipping version of Vision Assistant does not compute calibrated results. The code only calls the Vision API VI that performs the function you inserted in the Vision Assistant script, that does not return calibrated results.
To compute the calibrated result, unbundle the center from the result and use the VI called "IMAQ Convert Pixel to Real World" located in the Vision Utilities>>Calibration palette. Make sure to connect the calibrated image.
The next version of Vision Assistant will create LabVIEW code that computes calibrated results.
In the same way, we do not generate the code to overlay results, like Vision Assistant does. In your specific case, the results will be overlaid because the API VI does it.
-Christophe
02-29-2008 02:58 PM
02-29-2008 03:38 PM
02-29-2008 04:01 PM
02-29-2008 04:15 PM
02-29-2008 04:27 PM
02-29-2008 06:22 PM