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...
#include <Zivid/FrameInfo.h>
|
using | ValueType = std::chrono::microseconds |
| The type of the underlying value.
|
|
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).
◆ ValueType
The type of the underlying value.
◆ CaptureTime() [1/2]
Zivid::FrameInfo::Metrics::CaptureTime::CaptureTime |
( |
| ) |
|
|
default |
◆ CaptureTime() [2/2]
Zivid::FrameInfo::Metrics::CaptureTime::CaptureTime |
( |
std::chrono::microseconds | value | ) |
|
|
inlineexplicitconstexpr |
◆ operator!=()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator!= |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ operator<()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator< |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ operator<=()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator<= |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ operator==()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator== |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ operator>()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator> |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ operator>=()
bool Zivid::FrameInfo::Metrics::CaptureTime::operator>= |
( |
const CaptureTime & | other | ) |
const |
|
inline |
◆ toString()
std::string Zivid::FrameInfo::Metrics::CaptureTime::toString |
( |
| ) |
const |
◆ validRange()
static constexpr Range< std::chrono::microseconds > Zivid::FrameInfo::Metrics::CaptureTime::validRange |
( |
| ) |
|
|
inlinestaticconstexpr |
◆ value()
std::chrono::microseconds Zivid::FrameInfo::Metrics::CaptureTime::value |
( |
| ) |
const |
◆ DataModel::Detail::Befriend< CaptureTime >
friend struct DataModel::Detail::Befriend< CaptureTime > |
|
friend |
◆ operator<<
std::ostream & operator<< |
( |
std::ostream & | stream, |
|
|
const CaptureTime & | value ) |
|
friend |
Operator to serialize the value to a stream.
◆ description
const char* Zivid::FrameInfo::Metrics::CaptureTime::description |
|
staticconstexpr |
Initial value:{
R"description(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).
)description"
}
The description for this value.
◆ name
const char* Zivid::FrameInfo::Metrics::CaptureTime::name { "CaptureTime" } |
|
staticconstexpr |
◆ nodeType
◆ path
const char* Zivid::FrameInfo::Metrics::CaptureTime::path { "Metrics/CaptureTime" } |
|
staticconstexpr |
The full path for this value.
The documentation for this class was generated from the following file: