Struct ILLIXR::xr_sensor_capture::depth_frame_data
Public Attributes
| Type | Name |
|---|---|
| std::vector< uint8_t > | data |
| float | far_z = 0.[**f**](namespaceILLIXR.md#function-normalize) |
| data_format::camera_intrinsics | intrinsics |
| float | near_z = 0.[**f**](namespaceILLIXR.md#function-normalize) |
| float | pose = {} |
| XrTime | timestamp = 0 |
| bool | valid = [**false**](namespaceILLIXR.md#function-normalize) |
Public Attributes Documentation
variable data
std::vector<uint8_t> ILLIXR::xr_sensor_capture::depth_frame_data::data;
variable far_z
float ILLIXR::xr_sensor_capture::depth_frame_data::far_z;
variable intrinsics
data_format::camera_intrinsics ILLIXR::xr_sensor_capture::depth_frame_data::intrinsics;
variable near_z
float ILLIXR::xr_sensor_capture::depth_frame_data::near_z;
variable pose
float ILLIXR::xr_sensor_capture::depth_frame_data::pose[16];
variable timestamp
XrTime ILLIXR::xr_sensor_capture::depth_frame_data::timestamp;
variable valid
bool ILLIXR::xr_sensor_capture::depth_frame_data::valid;
The documentation for this class was generated from the following file /home/friedel/devel/ILLIXR/illixr_release/ILLIXR/plugins/quest3/unity/plugin.hpp