#include <array>
#include <cstring>
#include <fstream>
#include <functional>
#include <map>
#include <sstream>
#include "InterfaceForCApi.h"
#include "Statistics.h"
Go to the source code of this file.
Classes | |
struct | MmapBuffer |
class | UltraPythonCameraHelper |
Enumerations | |
enum class | SpaceColor { yuv , rgb , grgb } |
enum class | Severity { debug , info , warning , error } |
|
strong |
Enumerator | |
---|---|
debug | |
info | |
warning | |
error |
Definition at line 45 of file UltraPythonCameraHelper.h.
|
strong |
Enumerator | |
---|---|
yuv | |
rgb | |
grgb |
Definition at line 38 of file UltraPythonCameraHelper.h.