#include <array>
#include <chrono>
#include <cmath>
#include <ctime>
#include <iomanip>
#include <memory>
#include <set>
#include <sstream>
#include <string>
#include <tuple>
#include <utility>
#include <vector>
#include "Zivid/DataModel/Detail/Detail.h"
#include "Zivid/DataModel/NodeType.h"
#include "Zivid/DataModel/Traits.h"
#include "Zivid/Detail/CoreExport.h"
#include "Zivid/Detail/TypeTraits.h"
#include "Zivid/Range.h"
Go to the source code of this file.
|
class | Zivid::SceneConditions |
| A description of the ambient conditions detected by the camera. More...
|
|
class | Zivid::SceneConditions::AmbientLight |
| The ambient light detected by the camera. More...
|
|
class | Zivid::SceneConditions::AmbientLight::FlickerClassification |
| A classification of the detected ambient light flicker, if any. The values grid50hz and grid60hz indicate that ambient light matching a 50 Hz or 60 Hz power grid was detected in the scene. In those cases it is recommended to use Ambient Light Adaptation for better point cloud quality. The value unknownFlicker indicates that some significant time-varying ambient light was detected, but it did not match the characteristics of a standard power grid. More...
|
|