Quote:
Originally Posted by euhlmann
The WPILib people actually have instructions on screensteps for compiling WPILib with your project. I don't think they would do that if they didn't want you to modify WPILib.
|
My answer was more about general API usage than WPILib, I guess. You shouldn't need to modify an API to get a function working that was part of the library initially.
Quote:
Originally Posted by euhlmann
I don't really think that's a good answer. The C++ IMAQ API (although different from this java wrapper) allows creating binary images. Why shouldn't the Java API allow that?
|
I didn't know that, sorry. I'm not too well versed in WPILib vision, and a cursory glance through the docs made it look as if this was the way to do things. My sincere apologies.