ZED Open Capture  v0.6.0
Low level camera driver for the ZED stereo camera family
Namespaces | Enumerations
sl_oc Namespace Reference

Namespaces

 sensors
 
 tools
 
 video
 

Enumerations

enum  VERBOSITY { NONE = 0 , ERROR = 1 , WARNING = 2 , INFO = 3 }
 

Enumeration Type Documentation

◆ VERBOSITY

Enumerator
NONE 
ERROR 
WARNING 
INFO 

Definition at line 85 of file defines.hpp.

85  {
86  NONE = 0,
87  ERROR = 1,
88  WARNING = 2,
89  INFO = 3
90 };
@ NONE
Definition: defines.hpp:86
@ INFO
Definition: defines.hpp:89
@ ERROR
Definition: defines.hpp:87
@ WARNING
Definition: defines.hpp:88