|
Re: Error while processing images through OpenCV pipeline
The problem with a call to Thread.sleep() is that the entire program runs on one thread. You're basically freezing the entire robot for 15 seconds to do the calibration.
You also only really need to the calibration once per event.
__________________
WPILib
GRIP, RobotBuilder
|