So we were able to get our axis camera to show up on the dashboard yesterday by changing the name of it to axis-camera. However, we're having problems connecting to it through our code. We are getting a connection refusal when we access it as such:
Code:
AxisCamera camera = new AxisCamera("axis-camera");
Any ideas?