xvsdk
3.2.0
|
Public Attributes | |
std::size_t | width = 0 |
width of the image (in pixel) | |
std::size_t | height = 0 |
height of the image (in pixel) | |
std::shared_ptr< const std::uint8_t > | data = nullptr |
double | hostTimestamp = std::numeric_limits<double>::infinity() |
image data of RGB-D pixels : RGB (3 bytes) D (float 4bytes) More... | |
double xv::DepthColorImage::hostTimestamp = std::numeric_limits<double>::infinity() |
image data of RGB-D pixels : RGB (3 bytes) D (float 4bytes)
host timestamp of the physical measurement (in second based on the std::chrono::steady_clock
).