Linux

Download SDK

1. Go to AE 430 / 470 SDK release page.

2. Download the latest SDK

3. Extract the downloaded file

4. run script install.sh

Camera Connection Configuration

Before running the camera viewer, check the correct IP is set in /usr/etc/LIPS/lib/network.json

The default IP of all AE series camera are 192.168.0.100. Make sure you set the right IP address if you modify on your own.

{
  "count": "1",
  "config": {
    "ip1": "192.168.0.100"
  }
}

Run Camera Viewer

$ realsense-viewer

You can see the 2D and 3D camera feed by switching on Stereo Module and RGB Camera on the left panel.

Last updated