Home

Awesome

Intel RealSense Java

Intel® RealSense™ SDK 2 wrapper for Java.

Supported version: v2.53.1

Following binaries are pre-compiled within the release jar:

Important ⚠️

Gradle / Maven

Include the library directly into your gradle / maven build by using jitpack.

repositories {
    maven { url 'https://jitpack.io' }
}

dependencies {
    implementation 'com.github.cansik:librealsense-java:v2.53.1-0.6.0'
}

Examples

There are examples in the test folder for java & AWT and Processing:

Library

The library is based on the librealsense2 C-warpper which has been ported by Samuel Audet.

This repository is based on the following works: