DepthMeasurement

Defines how pixel values encoded in depth ColorBuffer will be interpreted.

Entries

Link copied to clipboard

Raw values, but normalized to the range 0-1. Useful for debugging, because full range of captured values can be rendered as a texture. Therefore it's a default setting.

Link copied to clipboard

Raw values, exactly as they are provided by the device. Note: it might imply that ColorBuffer of the depth camera frame is provided in integer-based format (for example in case of Kinect devices).

Link copied to clipboard

Expressed in meters. It is using floating point numbers. Note: values above 1.0 will not be visible if displayed as a texture.

Properties

Link copied to clipboard

Returns a representation of an immutable list of all enum entries, in the order they're declared.

Link copied to clipboard
expect val name: String
Link copied to clipboard
expect val ordinal: Int

Functions

Link copied to clipboard

Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (Extraneous whitespace characters are not permitted.)

Link copied to clipboard

Returns an array containing the constants of this enum type, in the order they're declared.