|
oni::driver::StreamBase * | createStream (OniSensorType sensorType) |
|
void | destroyStream (oni::driver::StreamBase *pStream) |
|
| Device (freenect_context *fn_ctx, int index) |
|
OniStatus | getProperty (int propertyId, void *data, int *pDataSize) |
|
OniStatus | getSensorInfoList (OniSensorInfo **pSensors, int *numSensors) |
|
OniStatus | invoke (int commandId, void *data, int dataSize) |
|
OniBool | isCommandSupported (int commandId) |
|
OniBool | isImageRegistrationModeSupported (OniImageRegistrationMode mode) |
|
OniBool | isPropertySupported (int propertyId) |
|
OniStatus | setProperty (int propertyId, const void *data, int dataSize) |
|
| ~Device () |
|
| DeviceBase () |
|
virtual void | notifyAllProperties () |
|
virtual void | setPropertyChangedCallback (PropertyChangedCallback handler, void *pCookie) |
|
virtual OniStatus | tryManualTrigger () |
|
virtual | ~DeviceBase () |
|
| FreenectDevice (freenect_context *_ctx, int _index) |
|
freenect_depth_format | getDepthFormat () |
|
freenect_resolution | getDepthResolution () |
|
const freenect_device * | getDevice () |
|
FreenectTiltState | getState () const |
|
freenect_video_format | getVideoFormat () |
|
freenect_resolution | getVideoResolution () |
|
void | setDepthFormat (freenect_depth_format requested_format, freenect_resolution requested_resolution=FREENECT_RESOLUTION_MEDIUM) |
|
int | setFlag (freenect_flag flag, bool value) |
|
void | setLed (freenect_led_options _option) |
|
void | setTiltDegrees (double _angle) |
|
void | setVideoFormat (freenect_video_format requested_format, freenect_resolution requested_resolution=FREENECT_RESOLUTION_MEDIUM) |
|
void | startDepth () |
|
void | startVideo () |
|
void | stopDepth () |
|
void | stopVideo () |
|
void | updateState () |
|
virtual | ~FreenectDevice () |
|
Definition at line 27 of file DeviceDriver.cpp.