Hi,
We tried to use the sample vision code that came from the latest c++ update and we were not able to get it to work. We placed debug lines to print out to the driver station lcd after every line and found the bad line of code.
Code:
BinaryImage *thresholdImage = image->ThresholdHSV(threshold);
The execution completely stops after this line and we have no other error messages in the diagnostics tab of the drivers station.
Does anyone know how to get around this and get the sample vision code working?