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
..
CMakeLists.txt feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
readme.md feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago
rs-depth.c feat: Определение местоположения объектов относительно RealSense и их разметка 2 months ago

readme.md

rs-depth Sample

Overview

This sample demonstrates how to use C API to stream depth data and prints a simple text-based representation of the depth image, by breaking it into 10x5 pixel regions and approximating the coverage of pixels within one meter.