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
{{ message }}
This repository has been archived by the owner on Oct 31, 2019. It is now read-only.
In the Vision System API, there's a call: "if(!OpenCVUtils.isIpReachable(aType.getCameraIP())) {" We need to take this out before competition. Recommend creating a new JSON flag: "USE_LOCAL_IF_UNAVAILABLE" that will run the above check if true. Otherwise the code should return the VisionSystem for the camera.
The reason for this is that we suspect that there is a delay between when the code starts up and when the camera starts up. Also the AxisCamera has reconnect capabilities that are not being used. We may need to make sure the code doesn't hang while the camera is down.
To test:
Start up the vision system for the alignment camera, with the alignment camera unplugged.
Make sure the code doesn't hang and that the connection happens on a background thread.
3)Plug/turn on the camera.
Ensure that the AxisCameraConnection is able to connect to the camera and the image feeds start up.
The text was updated successfully, but these errors were encountered:
In the Vision System API, there's a call: "if(!OpenCVUtils.isIpReachable(aType.getCameraIP())) {" We need to take this out before competition. Recommend creating a new JSON flag: "USE_LOCAL_IF_UNAVAILABLE" that will run the above check if true. Otherwise the code should return the VisionSystem for the camera.
The reason for this is that we suspect that there is a delay between when the code starts up and when the camera starts up. Also the AxisCamera has reconnect capabilities that are not being used. We may need to make sure the code doesn't hang while the camera is down.
To test:
3)Plug/turn on the camera.
The text was updated successfully, but these errors were encountered: