Skip to content

Latest commit

 

History

History
19 lines (15 loc) · 1.23 KB

README.md

File metadata and controls

19 lines (15 loc) · 1.23 KB

RealSense

Build Status Build status codecov

Julia wrapper for Intel RealSense SDK, a cross-platform library for Intel® RealSense™ depth cameras (D400 series and the SR300).

Installation

This package is not officially registered, yet.

pkg> add https://github.com/JuliaPerception/RealSense.jl.git

Note that, you should install Intel RealSense SDK firstly if you're on Windows.

Usage

The interface is exactly the same as librealsense's C API. The example below is translated from here. The Julia code is very similar to C, but it's more concise and convenient to work with arrays and other high-level packages. More examples can be found in the examples folder.