Hello, I am trying to preform vision analysis using the smartdashboard. Unfortunately the dashboard crashes every time I call binaryimage.getInverse();
here is a example
Code:
WPIBinartImage blue = new image.getBlueChannel().getThreshold(64); // create a binary image from a color image declared earlier
blue = blue.getInverse(); // this causes the dashboard crash as the code runs fine without it.
also on a side note where can i find WPICameraExtension source code.
Do i need to join a site or can i just download it.