xvsdk  3.2.0
Public Attributes | List of all members
xv::DepthColorImage Struct Reference

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...
 

Member Data Documentation

◆ hostTimestamp

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).


The documentation for this struct was generated from the following file: