#include <librealsense2/rs.hpp>#include <iostream>#include <iomanip>#include <thread>#include <mutex>#include <stdio.h>#include <memory>#include <functional>#include <string.h>#include <chrono>#include "tclap/CmdLine.h"
Go to the source code of this file.
Functions | |
| int | main (int argc, char *argv[]) |
| int main | ( | int | argc, |
| char * | argv[] | ||
| ) |
Definition at line 19 of file rs-record.cpp.