Hello! I am on team FYRE 5480 and was having some issues with vision processing. It does not involve the code not working (not yet anyways) and would really like some insight as to what is going on here, and how to make it work.
This is the error that I am getting:
timed out getting frame
Error at java.base/java.lang.Thread.run(Unknown Source): timed out getting frame
at edu.wpi.first.wpilibj.RobotBase$1.reportDriverStationError(RobotBase.java:56)
at edu.wpi.first.vision.VisionRunner.runOnceInternal(VisionRunner.java:87)
at edu.wpi.first.vision.VisionRunner.runForever(VisionRunner.java:113)
at java.base/java.lang.Thread.run(Unknown Source)
Error at java.base/java.lang.Thread.run(Unknown Source):
at edu.wpi.first.wpilibj.RobotBase$1.reportDriverStationError(RobotBase.java:56)
at edu.wpi.first.vision.VisionRunner.runOnceInternal(VisionRunner.java:87)
at edu.wpi.first.vision.VisionRunner.runForever(VisionRunner.java:113)
at java.base/java.lang.Thread.run(Unknown Source)
CommandScheduler loop overrun
Any help would be greatly appreciated. Thank you!