
Public Member Functions | |
| void | close () |
| double[] | getAccel () |
| FrameMode | getDepthMode () |
| abstract int | getDeviceIndex () |
| double | getTiltAngle () |
| TiltStatus | getTiltStatus () |
| FrameMode | getVideoMode () |
| void | refreshTiltState () |
| void | setDepthFormat (DepthFormat fmt) |
| void | setDepthFormat (DepthFormat fmt, Resolution res) |
| int | setLed (LedStatus status) |
| int | setTiltAngle (double angle) |
| void | setVideoFormat (VideoFormat fmt) |
| void | setVideoFormat (VideoFormat fmt, Resolution res) |
| int | startDepth (DepthHandler handler) |
| int | startVideo (VideoHandler handler) |
| int | stopDepth () |
| int | stopVideo () |
Definition at line 27 of file Device.java.
| void org.openkinect.freenect.Device.close | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| double [] org.openkinect.freenect.Device.getAccel | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| FrameMode org.openkinect.freenect.Device.getDepthMode | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
|
abstract |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| double org.openkinect.freenect.Device.getTiltAngle | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| TiltStatus org.openkinect.freenect.Device.getTiltStatus | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| FrameMode org.openkinect.freenect.Device.getVideoMode | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| void org.openkinect.freenect.Device.refreshTiltState | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| void org.openkinect.freenect.Device.setDepthFormat | ( | DepthFormat | fmt | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| void org.openkinect.freenect.Device.setDepthFormat | ( | DepthFormat | fmt, |
| Resolution | res | ||
| ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.setLed | ( | LedStatus | status | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.setTiltAngle | ( | double | angle | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| void org.openkinect.freenect.Device.setVideoFormat | ( | VideoFormat | fmt | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| void org.openkinect.freenect.Device.setVideoFormat | ( | VideoFormat | fmt, |
| Resolution | res | ||
| ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.startDepth | ( | DepthHandler | handler | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.startVideo | ( | VideoHandler | handler | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.stopDepth | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.
| int org.openkinect.freenect.Device.stopVideo | ( | ) |
Implemented in org.openkinect.freenect.Freenect.NativeDevice.