FIRST Robotics Competition Discussions

cancel
Showing results for 
Search instead for 
Did you mean: 

Axis IP Issues

I can get our Axis camera connected directly and it works as long as it is on the default IP (192.168.0.90), but once I switch it over with the setup program to 10.43.76.90 (Robot Radio Option) I cannot connect from router nor from direct connection and I have to reset back to default. Any ideas guys?

0 Kudos
Message 1 of 6
(4,406 Views)

The radio option ends in a .11 not a .90. Try connecting to 10.43.76.11.

Message was edited by: sciencewhiz. Corrected IP typos.

0 Kudos
Message 2 of 6
(3,137 Views)

sciencewhiz wrote:

The radio option ends in a .10 not a .90. Try connecting to 10.43.76.10.

It's actually 10.te.am.11

snprintf(cameraIP, 16, "10.%d.%d.11", teamNumber / 100, teamNumber % 100);
0 Kudos
Message 3 of 6
(3,137 Views)

That was my mistake, I am using .10 at the end of it, I just mistyped the information.

0 Kudos
Message 4 of 6
(3,137 Views)

Team4376 wrote:

That was my mistake, I am using .10 at the end of it, I just mistyped the information.

You should be using 11, not 10.

0 Kudos
Message 5 of 6
(3,137 Views)

DAQjr wrote:

Team4376 wrote:

That was my mistake, I am using .10 at the end of it, I just mistyped the information.

You should be using 11, not 10.

Once again a typing mistake. I was working on things while replying. It is 11.

0 Kudos
Message 6 of 6
(3,137 Views)