Quote:
Originally Posted by nighterfighter
Thanks, I set the IP to be 10.17.71.12, with a default gateway of 255.255.255.0 One other field it asked for was the default router- it was originally 192.168.0.1, so I set it to be 10.17.71.1, would that be correct?
Also, we don't know LabView very much, (we can open the program and pull up an example), how do you change the value on the camera dashboard?
Thanks!
|
I'm pretty sure the gateway should be 255.0.0.0. That's what we set all of our development machines to. Also, which camera did you set to 10.17.71.12? I recommend you use the tracker camera for that IP address because 10.17.71.11 automatically goes to the default dashboard without any configuration. Don't forget that you need two AxisCamera objects in your code, and that if you're not using the default IP address for your camera, you need to pass that IP address to the AxisCamera.getInstance or AxisCamera::GetInstance method/function.