02-16-2018 12:14 PM
Hi I have 2 questions regarding NI Vision Assistant, I am getting the coordinate position of a ball using circle detection. 1) How do I configure the system so the reference point (0,0) is on the bottom left corner instead of the top left corner?
2)Also, How can I output the normal image after it has been processed in the NI Vision Assitant? It seems that it is going through every single step and I cant see the object position when running it.
Thanks in advance
Solved! Go to Solution.
02-17-2018 02:12 AM
-You can set Co-ordinate System using the Set Co-ordinate System Step in Processing Functions:Image Tab. Refer for more details: http://zone.ni.com/reference/en-XX/help/370281AD-01/nivisionconcepts/coordinate_system/
-If you want to output the original image then you have to keep original image in a buffer and output as binary image processing will overwrite the original image.
-Keep Indicator display to Binary palette to see the binary image else you will not be able to see anything.
-If you provide code it will be better to help further instead of screenshot.
02-17-2018 05:25 AM
thanks for answering, sorry but I did not quite understand how to do these 2 steps. For setting the coordinate system do I have to include the coordinate system VI before using the NI vision assistant? what do you mean by "keep original image in a buffer"? how do I keep the indicator display to binary palette.
Please see attached the code and image.
02-20-2018 05:54 AM