ERROR -44003

Hi. I’m new to FRC.
My team is 5814 and we are from Ecuador.
I’ve set up the bridge to 10.58.14.1 and the AXIS camera is on 10.58.14.16 by DHCP. Laptop is on wifi to the bridge.
I’ve got this when running the default Robotmain.vi
ERROR -44003 FRC: Operation failed due to a communication failure with the camera. WPI_CameraIssue HTTP Request with Authentication.vi

On Vision Processing.vi, the Select block is set on False cause I’m ussing IP camera.

I want to see the IP camera streamming on dashboard but I can’t
Please Help :frowning:

The default Dashboard is looking for an IP camera with the mDNS name of “axis-camera”

To set that up you need to browse to the camera, find the TCP/IP advance settings and give it that name.

I have done what you said, but still the problem.
:frowning:







The Axis camera implements client authentication. If you use the config tool, it will create an account called FRC with a password of FRC. You can also do this by hand in the web config. I believe it may also work if you turn on the checkbox of anonymous access. But I don’t think anonymous viewers are allowed to set certain properties, so the FRC/FRC approach is recommended.

Greg McKaskle

I have set the User and Password on the cametra as you said.
I have also configured camera’s IP on vision processing and on dashboard and deployed.
When running the robot main, I select IP Camera on dashboard and NT Connection indicator turns green.
Dashboard does’n return any problem but image is still not showing.

Any other suggestion?
:confused:


2.PNG
3.PNG



2.PNG
3.PNG

To help with debugging, please open a web browser and enter axis-camera.local as the URL to see if this is the device name of the camera and to see that the name is resolved. Your diagrams look correct, so it seems like the camera configuration is not quite there.

The camera pages are not the same for different cameras, but there is an advanced TCP page where you can set the device name. It is sometimes set to axis-#######, using the serial number for the digits. See if you can find the camera name in the advanced tab and change it.

Greg McKaskle

Change the name you hardcoded in Dashboard Main from axis-camera.local to axis-camera.lan

Mark Mcleod,

We are having the same problem.
How do we open dashboard main to change axis-camera.local to lan??