Quote:
Originally Posted by notmattlythgoe
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?
|
We've successfully used the AxisCamera class using both ip address and axis-camera.local using the Axis Camera Sample program.