Windows

Method 1: Docker

Pull the latest docker image

$ docker pull hedgehao/lips-openni2-sdk

Run with following command to bridge USB and GUI between docker and host.

$ docker run -it --privileged -v /dev/bus/usb/:/dev/bus/usb --device=/dev/dri --group-add video -v /tmp/.X11-unix/:/tmp/.X11-unix -e "DISPLAY=$DISPLAY" hedgehao/lips-openni2-sdk

Method 2: Install Manually

1. Download LIPSedge OpenNI2 SDK from the release page

2. Open the SDK installer. Accept the License Agreement, click Next and click Install. After installation finished, click Finish and restart your PC / Laptop.

3. Accessing camera video stream through NiViewer. NiViewer provide video streaming and some basic configuration. Right click in NiViewer to open configuration menu.

4. There are some handy tools to test your camera.

  • Ni2CameraMatrix: Access camera's coordinates.

  • Ni2PointCloud: Camera point cloud view.

  • Ni2PowerTest: LIPS SDK supports a Standby Mode (Low Power Mode) for which users can stop live streaming temporarily and resume live streaming at any time by sending a status code through Ni2PowerTest.

Last updated