In the 2013 Rectangular Target Vision Example(integrated into robot code), the Target Info is being written to the Smart Dashboard, but in the Dashboard code, how does one access this data? http://i.imgur.com/Pm1P8ti.png
An SD Read Numeric Array to Index Array, would that produce the elements in the same order?
The code in the images looks like it will successfully read the target info about the largest and most likely target.
Since you are posting, I’m assuming it isn’t working or isn’t working well. You state that the vision code is on the robot, so you want to read the target info on the dashboard? Make sure that it is in a loop that is running. If you probe data, the probe will tell you the last time it was updated and if you don’t see the data update at least once a second, you may need to look at putting it into a loop or making your own loop. Consider how often the loop should run and any logic that may affect how often it runs.