#include <librealsense2/rs.h>
#include <librealsense2/h/rs_pipeline.h>
#include <librealsense2/h/rs_option.h>
#include <librealsense2/h/rs_frame.h>
#include "example.h"
#include <stdlib.h>
#include <stdint.h>
#include <stdio.h>
Go to the source code of this file.
Macros | |
#define | FORMAT RS2_FORMAT_Z16 |
#define | FPS 30 |
#define | HEIGHT 0 |
#define | STREAM RS2_STREAM_DEPTH |
#define | STREAM_INDEX 0 |
#define | WIDTH 640 |
Functions | |
int | main () |
#define FORMAT RS2_FORMAT_Z16 |
Definition at line 20 of file rs-distance.c.
#define FPS 30 |
Definition at line 23 of file rs-distance.c.
#define HEIGHT 0 |
Definition at line 22 of file rs-distance.c.
#define STREAM RS2_STREAM_DEPTH |
Definition at line 19 of file rs-distance.c.
#define STREAM_INDEX 0 |
Definition at line 24 of file rs-distance.c.
#define WIDTH 640 |
Definition at line 21 of file rs-distance.c.
int main | ( | void | ) |
Definition at line 28 of file rs-distance.c.