You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The CameraServer uses 2 threads internally, and that bogs down the RoboRIO as evidenced by lots of the following error messages in the log:
ERROR: Unable to execute all activities within XX milliseconds!
Have we tried setting up the camera as a webcam and having the DriverStation directly talk to it over the network? That would keep the RoboRIO completely out of the loop for all vision-related things, and would dramatically lower the compute load currently placed on the RoboRIO via CameraServer.
The text was updated successfully, but these errors were encountered:
The
CameraServer
uses 2 threads internally, and that bogs down the RoboRIO as evidenced by lots of the following error messages in the log:Have we tried setting up the camera as a webcam and having the DriverStation directly talk to it over the network? That would keep the RoboRIO completely out of the loop for all vision-related things, and would dramatically lower the compute load currently placed on the RoboRIO via
CameraServer
.The text was updated successfully, but these errors were encountered: