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
  • Overview
  • Setup ISAAC SDK and LIPS ISAAC wrapper
  • Camera IP configuration
  1. INSTALLATION & SETUP
  2. LIPSedge™ AE400 / AE450
  3. Installation

NVIDIA ISAAC Wrapper

PreviousROS WrapperNextLIPSedge™ AE430 / AE470

Last updated 2 years ago

Overview

LIPS depth cameras are NVIDIA Isaac certified and compatible with latest NVIDIA Isaac SDK. Supporting JetPack 4.6.1 and multiple Jetson platform.

Setup ISAAC SDK and LIPS ISAAC wrapper

tar zf isaac-sdk-20210609-e336b5195.tar.gz
[path to sdk]/engine/engine/build/scripts/install_dependencies.sh
  • Download ISAAC wrapper

git clone https://github.com/lips-hci/stereo_ae400
  • Open WORKSPACE file in the wrapper we just clone. Replace the com_nvidia_isaac_engine and com_nvidia_isaac_sdk path value to where the Isaac sdk is.

  • Compile sample app

cd stereo_ae400
bazel build //app/ae400_camera
  • Run sample app

bazel run //app/ae400_camera

Open browser and navigate to http://localhost:3000

Camera IP configuration

The default camera ip configuration is located at /usr/etc/LIPS/lib/network.json. You can change the default camera ip in config/network.json

Download the latest Isaac SDK on NVIDIA . Unzip the sdk. Run install_dependencies.sh in the sdk folder.

website