Zivid C++ API 2.14.0+e4a0c4a9-1
|
#include <array>
#include <chrono>
#include <cmath>
#include <ctime>
#include <iomanip>
#include <memory>
#include <optional>
#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.
Classes | |
class | Zivid::Settings2D |
Settings used when capturing 2D images with a Zivid camera. More... | |
class | Zivid::Settings2D::Acquisition |
Settings for one 2D acquisition. More... | |
class | Zivid::Settings2D::Acquisition::Aperture |
Aperture setting for the camera. Specified as an f-number (the ratio of lens focal length to the effective aperture diameter). More... | |
class | Zivid::Settings2D::Acquisition::Brightness |
Brightness controls the light output from the projector. More... | |
class | Zivid::Settings2D::Acquisition::ExposureTime |
Exposure time for the image. More... | |
class | Zivid::Settings2D::Acquisition::Gain |
Analog gain in the camera. More... | |
class | Zivid::Settings2D::Acquisitions |
List of acquisitions used for 2D capture. More... | |
class | Zivid::Settings2D::Processing |
2D processing settings. More... | |
class | Zivid::Settings2D::Processing::Color |
Color settings. More... | |
class | Zivid::Settings2D::Processing::Color::Balance |
Color balance settings. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Blue |
Digital gain applied to blue channel. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Green |
Digital gain applied to green channel. More... | |
class | Zivid::Settings2D::Processing::Color::Balance::Red |
Digital gain applied to red channel. More... | |
class | Zivid::Settings2D::Processing::Color::Experimental |
Experimental color settings. These may be renamed, moved or deleted in the future. More... | |
class | Zivid::Settings2D::Processing::Color::Experimental::Mode |
This setting controls how the color image is computed. More... | |
class | Zivid::Settings2D::Processing::Color::Gamma |
Gamma applied to the color values. Gamma less than 1 makes the colors brighter, while gamma greater than 1 makes the colors darker. More... | |
class | Zivid::Settings2D::Sampling |
Sampling settings. More... | |
class | Zivid::Settings2D::Sampling::Color |
Choose how to sample colors for the 2D image. The rgb option gives an image with full colors. The grayscale option gives a grayscale (r=g=b) image, which can be acquired faster than full colors. More... | |
class | Zivid::Settings2D::Sampling::Pixel |
Set the pixel sampling to use for the 2D capture. This setting defines how the camera sensor is sampled. When doing 2D+3D capture, picking the same value that is used for 3D is generally recommended. More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here. | |