Internal - LIPS Developer Documentation
  • WELCOME
    • LIPS® Developer Documentation
  • INSTALLATION & SETUP
    • LIPSedge™ AE400 / AE450
      • SDK Release
        • Firmware
        • SDK
        • User Guide
      • Installation
        • Linux
        • Windows
        • ROS Wrapper
        • NVIDIA ISAAC Wrapper
    • LIPSedge™ AE430 / AE470
      • Installation
        • Linux
        • Windows
    • LIPSedge™ DL & M3 Series
      • SDK Release
      • Installation
        • Ubuntu
        • Windows
    • LIPSFace™ HW110/115 On-Device 3D Facial Recognition
      • User Guide & SDK Download
    • LIPSFace™ HW120/125 On-Device 3D Facial Recognition
    • LIPSMetric™ HA110 Handheld Dimensioner
      • User Guide
    • LIPSMetric™ ST115 Static Dimensioner
      • User Manual
  • SDK CODE SAMPLES AND LANGUAGES WRAPPERS
    • LIPSedge™ SDK
      • Sample Applications & Viewer & Utilities
      • C++
        • ni-hello
        • ni-simple-read
      • Python
        • ni-hello
        • ni-simple-read
      • Java
        • ni-hello
      • C#
      • OpenCV
      • ROS
    • LIPSFace™ SDK
      • LIPSFace™ SDK Overview
      • LIPSFace™ SDK Developer Guide
Powered by GitBook
On this page
  • Download SDK
  • Camera Connection Configuration
  • Run Camera Viewer
  1. INSTALLATION & SETUP
  2. LIPSedge™ AE430 / AE470
  3. Installation

Linux

PreviousInstallationNextWindows

Last updated 2 years ago

Download SDK

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

2. Download the

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.

latest SDK