YARP
Yet Another Robot Platform
 
Loading...
Searching...
No Matches
UltraPythonCameraHelper.h File Reference
#include <array>
#include <cstring>
#include <fstream>
#include <functional>
#include <map>
#include <sstream>
#include "InterfaceForCApi.h"
#include "Statistics.h"
+ Include dependency graph for UltraPythonCameraHelper.h:
+ This graph shows which files directly or indirectly include this file:

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
}
 

Enumeration Type Documentation

◆ Severity

enum class Severity
strong
Enumerator
debug 
info 
warning 
error 

Definition at line 45 of file UltraPythonCameraHelper.h.

◆ SpaceColor

enum class SpaceColor
strong
Enumerator
yuv 
rgb 
grgb 

Definition at line 38 of file UltraPythonCameraHelper.h.