#include <aditof/frame.h>
#include <aditof/status_definitions.h>
#include <chrono>
#include <fstream>
#include <functional>
#include <iostream>
#include <mutex>
#include <queue>
#include <string>
#include <thread>
Go to the source code of this file.
Classes | |
class | aditof::FrameHandler |
Handles operations on a frame such as saving it to file and creating a new frame with content read from file. More... | |
Namespaces | |
aditof | |
Namespace aditof. | |
Macros | |
#define | METADATA_SIZE 128 |
#define METADATA_SIZE 128 |
Definition at line 47 of file frame_handler.h.