Skip to content

Use Stereolabs sensors such as ZED 2, ZED 2i, ZED X, ZED Mini, ZED X Mini from Java.

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.Stereolabs
Notifications You must be signed in to change notification settings

ihmcrobotics/zed-java-api

Repository files navigation

zed-java-api

zed-java-api provides Java JNI bindings for ZED SDK. The bindings are based on zed-c-api.

Currently compatible with ZED SDK 4.1.2.

Allows you to use Stereolabs sensors such as ZED 2, ZED 2i, ZED X, ZED Mini, ZED X Mini from Java.

Usage

zed-java-api requires ZED SDK to be installed on the system. Download ZED SDK for your system from here. You do not need to install zed-c-api, just ZED SDK.

Supported platforms:

  • Linux (Ubuntu 20.04+ or similar x86_64)
  • SOON: Linux, NVIDIA Jetson (arm64)
  • Windows (Windows 10+ x86_64)

Requires Java 17.

Gradle

dependencies {
  implementation("us.ihmc:zed-java-api:4.1.2")
}

Maven

<dependencies>
  <dependency>
    <groupId>us.ihmc</groupId>
    <artifactId>zed-java-api</artifactId>
    <version>4.1.2</version>
  </dependency>
</dependencies>

Setup

You must manually load the library first before using it.

ZEDJavaAPINativeLibrary.load();

Ensure this test runs on your machine before proceeding.

OpenCV Demo

A basic demo to display the images read from the camera is located in DemoImageCaptureOpenCV.java.

About

Use Stereolabs sensors such as ZED 2, ZED 2i, ZED X, ZED Mini, ZED X Mini from Java.

Topics

Resources

License

Apache-2.0, MIT licenses found

Licenses found

Apache-2.0
LICENSE
MIT
LICENSE.Stereolabs

Stars

Watchers

Forks

Languages