How would I choose which one of the three targets to track. For example if I want to track the top left target only using the vision processing example
Thanks in advance
How would I choose which one of the three targets to track. For example if I want to track the top left target only using the vision processing example
Thanks in advance
The Target Info cluster (a global variable that you should have from the vision tracking VI) holds all of the target data in the form of arrays, with each array containing an X and Y coordinate of a target (with 0,0 being the center of the camera’s vision).
What you are looking to do is compare the X coordinates of the various targets being tracked and find the most negative one. One way you can do this is using the Max/Min function in the comparison pallet. Let me know if you need more detailed help - but half the fun is figuring it out!