#include <frameInfo.hpp>
◆ FrameInfo() [1/2]
| camcom::common::FrameInfo::FrameInfo |
( |
| ) |
|
|
inline |
◆ FrameInfo() [2/2]
| camcom::common::FrameInfo::FrameInfo |
( |
int32_t | x, |
|
|
int32_t | y, |
|
|
int32_t | w, |
|
|
int32_t | h, |
|
|
DataType | dtype ) |
|
inline |
◆ Print()
| const std::string camcom::common::FrameInfo::Print |
( |
| ) |
const |
|
inline |
◆ data_type
| DataType camcom::common::FrameInfo::data_type {DataType::UNSPECIFIED} |
◆ exposure_time_us
| double camcom::common::FrameInfo::exposure_time_us {0} |
Exposure time in microseconds.
◆ frame_id
| int64_t camcom::common::FrameInfo::frame_id {0} |
◆ height
| int32_t camcom::common::FrameInfo::height {1} |
◆ meta_data
| std::map<std::string, Value> camcom::common::FrameInfo::meta_data |
◆ size
| std::size_t camcom::common::FrameInfo::size {0} |
◆ start_x
| int32_t camcom::common::FrameInfo::start_x {0} |
◆ start_y
| int32_t camcom::common::FrameInfo::start_y {0} |
◆ timestamp
| uint64_t camcom::common::FrameInfo::timestamp {0} |
Camera timestamp in nanoseconds.
◆ width
| int32_t camcom::common::FrameInfo::width {1} |
The documentation for this class was generated from the following file: