## page was renamed from axis_camera/Tutorials/Setting Up an Axis Network Camera ## For instruction on writing tutorials ## http://www.ros.org/wiki/WritingTutorials #################################### ##FILL ME IN #################################### ## for a custom note with links: ## note = ## for the canned note of "This tutorial assumes that you have completed the previous tutorials:" just add the links ## note.0= ## descriptive title for the tutorial ## title = Setting Up an Axis Network Camera ## multi-line description to be displayed in search ## description = How to set up an Axis network camera for use with the axis_camera driver. ## the next tutorial description (optional) ## next = ## links to next tutorial (optional) ## next.0.link= [[axis_camera/Tutorials/CalibratingAxisNetworkCamera|Calibrating an Axis Network Camera]] ## next.1.link= ## what level user is this tutorial for ## level= BeginnerCategory ## keywords = axis camera setup #################################### <> <> === Determining the Network Address === Axis network cameras typically come from the factory configured with IP address `168.192.0.90`. That will probably work if there is only one camera in your network. Each camera also broadcasts a unique [[http://en.wikipedia.org/wiki/Zero_configuration_networking|zeroconf]] address, like `axis-00408c8ae301.local`. The hex string depends on the actual hardware MAC address of the device. Because it is unique, this zeroconf address is generally a better choice. The `avahi-discover` command will display the zeroconf address on an Ubuntu system. To install it: {{{ $ sudo apt-get install avahi-discover }}} To look for cameras on your local network: {{{ $ avahi-discover }}} Select the desired RTSP Realtime Streaming Server from the display: {{attachment:avahi-discovery.png}} The zeroconf network address is in the `Address:` field, in this example `axis-00408c8ae301.local`. === Web Configuration === The simplest way to configure the camera is to access its network address using your favorite web browser. ==== Setting the Root Password ==== When accessing a new camera, the first screen that appears in your browser is a "Configure Root Password" dialog. Enter your desired password and confirm its spelling in a second field. ''This step '''must''' be completed before using the axis_camera driver with this device.'' Once the password is defined, your browser should display a "Live View" from the camera. ==== Additional Configuration ==== Clicking on "Setup" displays a screen with many options, mostly self-explanatory. * "Basic Configuration>Users" can define additional user names for accessing the device. * "Video & Image" can set various image sizes, frame rates and white balance options. === Calibration === Once the camera settings are working, continue with the [[axis_camera/Tutorials/CalibratingAxisNetworkCamera|Calibrating an Axis Network Camera]] tutorial. ## AUTOGENERATED DO NOT DELETE ## TutorialCategory ## FILL IN THE STACK TUTORIAL CATEGORY HERE