|
Failed to Connect to the Camera
Hi,
I setup my camera with the 2012 camera setup utility. I plugged it into the port 2 of the cRIO. and in my code i wrote
public class RobotTemplate extends SimpleRobot {
AxisCamera cam;
public RobotTemplate() {
cam = AxisCamera.getInstance("192.168.0.90");
}
But I keep getting this exception
[cRIO] >>>>ERROR: S_errno_EHOSTDOWN (0x00000043): Failed to connect to the camera ...in CreateCameraSocket() in C:/WindRiver/workspace/WPILib/Vision/AxisCameraParams.cpp at line 457
[cRIO] Too much error data!
[cRIO]
What is the problem? Thanks in advance.
|