Public Member Functions | List of all members
org.openkinect.freenect.Device Interface Reference
Inheritance diagram for org.openkinect.freenect.Device:
Inheritance graph
[legend]

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 ()
 

Detailed Description

Definition at line 27 of file Device.java.

Member Function Documentation

void org.openkinect.freenect.Device.close ( )
double [] org.openkinect.freenect.Device.getAccel ( )
FrameMode org.openkinect.freenect.Device.getDepthMode ( )
abstract int org.openkinect.freenect.Device.getDeviceIndex ( )
abstract
double org.openkinect.freenect.Device.getTiltAngle ( )
TiltStatus org.openkinect.freenect.Device.getTiltStatus ( )
FrameMode org.openkinect.freenect.Device.getVideoMode ( )
void org.openkinect.freenect.Device.refreshTiltState ( )
void org.openkinect.freenect.Device.setDepthFormat ( DepthFormat  fmt)
void org.openkinect.freenect.Device.setDepthFormat ( DepthFormat  fmt,
Resolution  res 
)
int org.openkinect.freenect.Device.setLed ( LedStatus  status)
int org.openkinect.freenect.Device.setTiltAngle ( double  angle)
void org.openkinect.freenect.Device.setVideoFormat ( VideoFormat  fmt)
void org.openkinect.freenect.Device.setVideoFormat ( VideoFormat  fmt,
Resolution  res 
)
int org.openkinect.freenect.Device.startDepth ( DepthHandler  handler)
int org.openkinect.freenect.Device.startVideo ( VideoHandler  handler)
int org.openkinect.freenect.Device.stopDepth ( )
int org.openkinect.freenect.Device.stopVideo ( )

The documentation for this interface was generated from the following file:


libfreenect
Author(s): Hector Martin, Josh Blake, Kyle Machulis, OpenKinect community
autogenerated on Mon Jun 10 2019 13:46:43