public interface Device
| Modifier and Type | Method and Description |
|---|---|
void |
close() |
double[] |
getAccel() |
FrameMode |
getDepthMode() |
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() |
double[] getAccel()
int setLed(LedStatus status)
void refreshTiltState()
double getTiltAngle()
int setTiltAngle(double angle)
TiltStatus getTiltStatus()
void setDepthFormat(DepthFormat fmt)
void setVideoFormat(VideoFormat fmt)
void setDepthFormat(DepthFormat fmt, Resolution res)
void setVideoFormat(VideoFormat fmt, Resolution res)
FrameMode getDepthMode()
FrameMode getVideoMode()
int startDepth(DepthHandler handler)
int startVideo(VideoHandler handler)
int stopDepth()
int stopVideo()
void close()
int getDeviceIndex()