Package | Description |
---|---|
org.openimaj.demos | |
org.openimaj.hardware.kinect |
Modifier and Type | Method and Description |
---|---|
static void |
JugglingKinect.main(String[] args) |
Modifier and Type | Method and Description |
---|---|
static int |
KinectController.connectedDevices()
Get the number of connected devices.
|
static void |
KinectController.main(String[] args)
Test
|
Constructor and Description |
---|
KinectController()
Default constructor.
|
KinectController(boolean irmode)
Construct with the first device in the given mode.
|
KinectController(int deviceId)
Construct with given device
|
KinectController(int deviceId,
boolean irmode,
boolean registeredDepthMode)
Construct with the given device and mode.
|