Skip to content
This repository was archived by the owner on Jul 30, 2021. It is now read-only.

Files

Latest commit

a392466 · Jun 26, 2018

History

History
This branch is 11355 commits behind IntelRealSense/librealsense:master.

C

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
Jun 26, 2018
Jun 26, 2018
Jun 26, 2018
Oct 31, 2017
Mar 1, 2018

Headless C Sample Code for Intel® RealSense™ cameras

Code Examples to start prototyping quickly: These C simple examples demonstrate how to easily use the SDK to include code snippets that access the camera into your applications using C API.

List of Samples:

  1. Depth - Streaming with depth and visualize the frames over the terminal window.
  2. Color - Streaming with color and print the frame information.
  3. Distance - Streaming with depth and print the distance from the camera to the object in the center of the image.

Additional Community Contributions:

  1. minimal_realsense2 - showcasing streaming and presets