#include <librealsense2/rs.hpp>#include <fstream>#include <iostream>#include <sstream>#include "stb_image_write.h"
Go to the source code of this file.
Macros | |
| #define | STB_IMAGE_WRITE_IMPLEMENTATION |
Functions | |
| int | main (int argc, char *argv[]) |
| void | metadata_to_csv (const rs2::frame &frm, const std::string &filename) |
| #define STB_IMAGE_WRITE_IMPLEMENTATION |
Definition at line 11 of file rs-save-to-disk.cpp.
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 19 of file rs-save-to-disk.cpp.
| void metadata_to_csv | ( | const rs2::frame & | frm, |
| const std::string & | filename | ||
| ) |
Definition at line 71 of file rs-save-to-disk.cpp.