|
Two Axis Cameras
Our team is trying to use stereoscopic vision this year on our robot, but we are having trouble using two Axis Cameras. We are using FRC Java. We can get the first camera with AxisCamera.getInstance("10.0.53.11') and we can get the second with AxisCamera.getInstance("10.0.53.12") BUT we can only get one at a time. If we try to get both, both lines return the same camera. So if we try to get the one on 10.0.53.11 first, both lines will return that camera, and if the try to get the one on 10.0.53.12 first, both lines return the one on *.12.
Thanks for any help.
|