#include <librealsense2/rs.hpp>#include <librealsense2/hpp/rs_internal.hpp>#include "example.hpp"#include <stb_image_write.h>#include <int-rs-splash.hpp>#include <stb_image.h>
Go to the source code of this file.
Classes | |
| class | custom_frame_source |
| struct | synthetic_frame |
Macros | |
| #define | STB_IMAGE_IMPLEMENTATION |
| #define | STB_IMAGE_WRITE_IMPLEMENTATION |
Functions | |
| int | main (int argc, char *argv[]) |
Variables | |
| const int | BPP = 2 |
| const int | H = 480 |
| const int | W = 640 |
| #define STB_IMAGE_IMPLEMENTATION |
Definition at line 12 of file rs-software-device.cpp.
| #define STB_IMAGE_WRITE_IMPLEMENTATION |
Definition at line 8 of file rs-software-device.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 114 of file rs-software-device.cpp.
| const int BPP = 2 |
Definition at line 17 of file rs-software-device.cpp.
| const int H = 480 |
Definition at line 16 of file rs-software-device.cpp.
| const int W = 640 |
Definition at line 15 of file rs-software-device.cpp.