I tested all of that today in the vision assistant and found the threshold values and plugged them into the code.
I decided to test something I know would work and added a line to run the motors after the line that checks to see if the "reports" is greater than 0.
That Worked! (I was using static image for this point).
Not sure to what extent the vision tracking worked though.
I also added a line in the same place like so:
Code:
printf("Hello World!");
That did NOT work... So the printf statements are not showing up.
I have looked through some threads about the printf in netConsole but have had no success.