|
Cannot connect to Axis camera from WPI Lib
I've been trying to connect to the axis camera from the 2012 season kit of parts using C++ and WPI ib. I know that the camera IP address is 10.43.9.11 because I can ping it. I cannot log in with the user name FRC and password FRC though. I've run the Axis camera configuration tool. I use the AxisCamera class to connect to the camera in C++ and use the string "10.43.9.11" to connect to the camera. When I cal the getImage function though, I get an empty image with 0 by 0 dimensions. I also set the resoution with AxisCamera::writeResolution is there any trick for connecting? We have the camera plugged into our wireless bridge.
|