View Single Post
  #5   Spotlight this post!  
Unread 26-01-2017, 17:49
SamCarlberg's Avatar
SamCarlberg SamCarlberg is offline
GRIP, WPILib. 2084 alum
FRC #2084
Team Role: Mentor
 
Join Date: Nov 2015
Rookie Year: 2009
Location: MA
Posts: 154
SamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to beholdSamCarlberg is a splendid one to behold
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
Reply With Quote