Zivid C++ API 2.14.0+e4a0c4a9-1
|
#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.
Classes | |
class | Zivid::FrameInfo |
Various information for a frame. More... | |
class | Zivid::FrameInfo::Metrics |
Metrics related to this capture. More... | |
class | Zivid::FrameInfo::Metrics::AcquisitionTime |
Acquisition Time is the duration from the start of the capture to when the camera has acquired the last image. After this time, the camera has finished its acquisition and you can move the robot, or capture with another camera with overlapping field of view. Acquisition Time is equal to the time it takes for the Camera::capture(settings) API function call to return. More... | |
class | Zivid::FrameInfo::Metrics::CaptureTime |
Capture Time is the duration from the start of the capture to when all of the data transfer and processing has completed. After this time the 3D point cloud and/or 2D color image is ready and available on the GPU memory, and can be copied to the system memory (RAM). More... | |
class | Zivid::FrameInfo::SoftwareVersion |
The version information for installed software at the time of image capture. More... | |
class | Zivid::FrameInfo::SoftwareVersion::Core |
Core version. More... | |
class | Zivid::FrameInfo::SystemInfo |
Information about the system that captured this frame. More... | |
class | Zivid::FrameInfo::SystemInfo::CPU |
CPU. More... | |
class | Zivid::FrameInfo::SystemInfo::CPU::Model |
CPU model. More... | |
class | Zivid::FrameInfo::SystemInfo::ComputeDevice |
Compute device. More... | |
class | Zivid::FrameInfo::SystemInfo::ComputeDevice::Model |
Compute device model. More... | |
class | Zivid::FrameInfo::SystemInfo::ComputeDevice::Vendor |
Compute device vendor. More... | |
class | Zivid::FrameInfo::SystemInfo::OperatingSystem |
Operating system. More... | |
class | Zivid::FrameInfo::TimeStamp |
The time of frame capture. More... | |
Namespaces | |
namespace | Zivid |
The main Zivid namespace. All Zivid code is found here. | |