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