You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
Artem-Darius Weber bb2dc1e41e
feat: Определение местоположения объектов относительно RealSense и их разметка
2 months ago
..
color feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
depth feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
distance feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
example.h feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
readme.md feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago

readme.md

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