Kinect

interface Kinect(source)

Represents all the accessible kinects handled by a specific driver (V1, V2, etc.).

Types

Link copied to clipboard
interface Device

Represents physical kinect device.

Properties

Link copied to clipboard

The list of kinect devices which are already opened and haven't been closed.

Functions

Link copied to clipboard

Lists available kinect devices.

Link copied to clipboard
abstract fun openDevice(index: Int = 0): Kinect.Device

Opens kinect device of a given index.

abstract fun openDevice(serialNumber: String): Kinect.Device

Opens kinect device of a given serial number.