LIPS® Developer Documentation
  • WELCOME
    • LIPS® Developer Documentation
    • About 3D Depth Cameras
    • Depth Image
    • Understanding Depth
    • An Ideal Depth Camera
    • LIPSedge™ AE Series Camera Selection Guide
  • LIPSedge™ SDK 1.x
    • LIPSedge™ SDK 1.x
    • Benefits from LIPSedge™ SDK implementation
    • LIPSedge™ SDK 1.x Installation Architecture
    • How to identify each camera SDK
    • New Features for v1.02
      • Installing and identifying packages on Windows
      • Saving Captures and Videos with the DepthViewer
      • Saving Point Cloud with PointCloudViewer
      • Live On-Screen displaying Depth, FPS
      • Live On-Screen displaying XYZ parameters in RawfileViewer
      • Distance measurement on-screen from point-to-point
      • Mouse Pointer Change
      • LIPSedge™ AE and S series Colormap new feature addition
      • Simple naming for LIPSedge™ SDK Tools
      • Importing parameters from .json files for LIPSedge™ AE and S series
    • LIPSedge™ SDK v1.02 Tools
      • DepthViewer
      • PointCloudViewer
      • CameraParameterViewer
      • CameraCenterViewer
      • CameraEventListener
      • CameraPowerTest
      • LensModeSelector
      • LIPSImuReader
      • CameraSimpleViewer
      • RawFileViewer
    • Features Articles
      • LIPSedge™ SDK Persistent Connection for PoE and USB
    • Tutorials
    • Development and Deployment on arm64
  • DOCUMENTS, INSTALLATION & SETUP
    • LIPSedge™ AE400 / AE450
      • User Guide
        • Previous Releases (Archive)
      • SDK Release
        • Previous Releases (Archive)
      • Installation
        • Linux
        • Windows
        • ROS Wrapper
        • NVIDIA ISAAC Wrapper
        • Persistent Connection
      • STEP files for CAD Use
      • Certifications Documents
      • Firmware
    • LIPSedge™ AE430 / AE470
      • User Guide
        • Previous Releases (Archive)
      • SDK Release
        • Previous Releases (Archive)
      • Firmware
      • STEP files for CAD Use
    • LIPSedge™ AE430-DK / AE470-DK
      • User Guide
    • LIPSedge™ DL & M3 Series
      • User Guide
        • Previous Releases (Archive)
      • SDK Release
        • Previous Releases (Archive)
        • Changelog
      • STEP files for CAD Use
      • Installation
        • Ubuntu
        • Windows
    • LIPSedge™ L215u / L210u
      • User Guide
        • Previous Releases (Archive)
      • SDK Release
        • Previous Releases (Archive)
        • Changelog
      • Installation
        • Windows
        • Linux
      • STEP files for CAD Use
    • LIPSFace™ HW110/115 On-Device 3D Facial Recognition
      • User Guide & SDK Download
      • STEP files for CAD Use
    • LIPSFace™ HW120/125 On-Device 3D Facial Recognition
      • User Guide
      • SDK
      • STEP files for CAD Use
    • LIPScan 3D ™ Middleware
      • LIPScan 3D™ SDK
        • SDK Download
          • Previous Releases
        • User Guide
        • Release Notes
    • LIPSMetric™ HA110 Handheld Dimensioner
      • User Guide
    • LIPSMetric™ ST115 Static Dimensioner
      • User Guide
    • LIPSMetric™ ST130 Pallet Dimensioner
      • User Guide
  • LIPSedge™ SDK Languages & Libraries
    • C++
      • environment-setup
      • hello-lipsedge-sdk
      • opencv-viewer
      • roi
      • depth-data
      • align-depth-color
      • range-filter
      • remove-background
      • record
      • pointcloud
      • config-resolution
      • camera-parameter
    • Python
      • environment-setup
      • hello-lipsedge-sdk
      • opencv-viewer
      • roi
      • depth-data
      • align-depth-color
      • range-filter
      • remove-background
      • record
    • Java
      • ni-hello
    • C#
      • ni-hello
      • simple-read
    • OpenCV
  • LIPSedge™ SDK Frameworks
    • GenICam (for Halcon / Aurora Vision)
      • User Manual
      • Driver(.cti) and Nodemap (.xml)
      • Supported LIPSedge™ Camera SDK
      • Installation Example
    • ROS
    • ROS2
    • NVIDIA Isaac Wrapper
    • Flutter
  • LIPSedge™ SDK Sample Codes
    • Sample Applications & Viewer & Utilities
      • ni-viewer
      • ni-pointcloud-gl
      • ni-camera-matrix
  • LIPSFace™ SDK
    • LIPSFace™ SDK Overview
    • Updates
Powered by GitBook
On this page
  1. LIPSedge™ SDK 1.x
  2. LIPSedge™ SDK v1.02 Tools

DepthViewer

PreviousLIPSedge™ SDK v1.02 ToolsNextPointCloudViewer

Last updated 9 months ago

The LIPSedge™ SDK (OpenNI based) enables the LIPSedge™ cameras to stream live 3D, RGB, and point-cloud images efficiently. The SDK supports a single stream. To ensure a seamless visualization experience, follow the instructions for configuring the camera's IP settings before streaming.

Follow the instructions below to access the camera image. The below examples uses the LIPSedge™ AE400_AE450 as an example

1. Go to LIPSedge™ AE400_AE450 SDK> OpenNI2 > Tools and click lips-ae400-toolkit.

2. Wait for the toolkit to search for available cameras in the subnet.

3. If the device IP changes, find network.json in LIPSedge™ AE400_AE450 SDK\OpenNI2\Tools\OpenNI2\Drivers

Note:

1. LIPSedge™ AE400 / AE450 is assigned a default IP address of 192.168.0.100. For camera connection, ensure the host PC / laptop is under the same subnet as the camera.

2. On rare occasions, the application may not be able to detect the camera when a new camera is connected. In that case, unplug the network cable restart the host PC / laptop, and scan again.

4. Edit network.json to modify the camera's IP address (IP1) to match the camera intended for connection.

5. Save the modified information.

6. Go to LIPSedge™ AE400_AE450 SDK > OpenNI2 > Tools and start DepthViewer.

7. DepthViewer will display 3D / RGB images once the camera is properly connected.

The different colors in the depth images represent different distances. The distance from near to far will be represented by red, yellow, green, and blue, respectively.

Press [p] to activate the pointer mode. The meter below shows the depth data of the given point marked by the indicator.

8. Users can get the depth value by Moving the blue cursor to the object.

9. If users want to measure the distance between 2 points, please drag a mouse cursor from point 1 to point 2, as below. (The distance line will disappear when points move to the black area.)

10. Optionally press F to maximize/minimize the viewer’s window.

Note: If the Ethernet cable is forcibly removed while the DepthViewer is functioning, an ERROR! The device disconnected message appears on the screen. To resume live streaming, re-plug the Ethernet cable and restart the DepthViewer.

11. Press C to capture the current screen as a raw file. To access the raw file, go to LIPSedge™ AE400_450 SDK > OpenNI2 > Tools and drag the captured image file to the RawFileViewer.exe. For details, refer to Chapter 5 5.1-F.

Note: Please refer to the User Guide of each camera for detailed steps.