#include "device.h"#include "sync.h"#include "motion-module.h"#include "hw-monitor.h"#include "image.h"#include <array>#include <algorithm>#include <sstream>#include <iostream>#include <functional>
Go to the source code of this file.
Classes | |
| struct | drops_status |
Functions | |
| std::string | hexify (unsigned char n) |
Variables | |
| const int | NUMBER_OF_FRAMES_TO_SAMPLE = 5 |
| std::string hexify | ( | unsigned char | n | ) |
Definition at line 263 of file device.cpp.
| const int NUMBER_OF_FRAMES_TO_SAMPLE = 5 |
Definition at line 19 of file device.cpp.