RawDepthData

data class RawDepthData(val buffer: ShortBuffer, val width: Int, val height: Int)

Holds safe, copied 16-bit raw depth data.

Constructors

Link copied to clipboard
constructor(buffer: ShortBuffer, width: Int, height: Int)

Types

Link copied to clipboard
data class Shape(val width: Int, val height: Int)

Properties

Link copied to clipboard
Link copied to clipboard
val height: Int
Link copied to clipboard
Link copied to clipboard
val width: Int