DepthBuffer
Depth result from ARDK's Depth System after computing disparity.
Declaration
data class DepthBufferProperties
| Name | Type | Summary |
|---|---|---|
| disparityMax | Float | The maximum disparity value of the depth image. |
| disparityMin | Float | The minimum disparity value of the depth image. |
| frameId | Long | The unique identifier for the depth frame. |
| image | FloatArray | The depth image. Each pixel contains the estimated disparity value from 0 to 1. The image size is \ref imageWidth x \ref imageHeight. |
| imageHeight | Int | The height of the depth image. |
| imageWidth | Int | The width of the depth image. |
| intrinsics | CameraIntrinsics | The camera intrinsics of the depth frame. |
| orientation | Orientation | The device orientation of the depth frame. |
| pose | Pose | The camera pose of the depth frame. |
| timestampMs | Long | The timestamp of the depth frame. |