|
void | DepthCallback (void *_depth, uint32_t timestamp) |
|
void | DepthCallback (void *_depth, uint32_t timestamp) |
|
bool | getDepth (std::vector< uint16_t > &buffer) |
|
bool | getDepth (std::vector< uint8_t > &buffer) |
|
bool | getRGB (std::vector< uint8_t > &buffer) |
|
bool | getRGB (std::vector< uint8_t > &buffer) |
|
| MyFreenectDevice (freenect_context *_ctx, int _index) |
|
| MyFreenectDevice (freenect_context *_ctx, int _index) |
|
void | VideoCallback (void *_rgb, uint32_t timestamp) |
|
void | VideoCallback (void *_rgb, uint32_t timestamp) |
|
| 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 79 of file cpp_pc_view.cpp.
void MyFreenectDevice::DepthCallback |
( |
void * |
_depth, |
|
|
uint32_t |
timestamp |
|
) |
| |
|
inlinevirtual |
void MyFreenectDevice::DepthCallback |
( |
void * |
_depth, |
|
|
uint32_t |
timestamp |
|
) |
| |
|
inlinevirtual |
bool MyFreenectDevice::getDepth |
( |
std::vector< uint16_t > & |
buffer | ) |
|
|
inline |
bool MyFreenectDevice::getDepth |
( |
std::vector< uint8_t > & |
buffer | ) |
|
|
inline |
bool MyFreenectDevice::getRGB |
( |
std::vector< uint8_t > & |
buffer | ) |
|
|
inline |
bool MyFreenectDevice::getRGB |
( |
std::vector< uint8_t > & |
buffer | ) |
|
|
inline |
void MyFreenectDevice::VideoCallback |
( |
void * |
_rgb, |
|
|
uint32_t |
timestamp |
|
) |
| |
|
inlinevirtual |
void MyFreenectDevice::VideoCallback |
( |
void * |
_rgb, |
|
|
uint32_t |
timestamp |
|
) |
| |
|
inlinevirtual |
std::vector<uint16_t> MyFreenectDevice::m_buffer_depth |
|
private |
std::vector<uint8_t> MyFreenectDevice::m_buffer_depth |
|
private |
std::vector< uint8_t > MyFreenectDevice::m_buffer_video |
|
private |
Mutex MyFreenectDevice::m_depth_mutex |
|
private |
std::vector<uint16_t> MyFreenectDevice::m_gamma |
|
private |
bool MyFreenectDevice::m_new_depth_frame |
|
private |
bool MyFreenectDevice::m_new_rgb_frame |
|
private |
Mutex MyFreenectDevice::m_rgb_mutex |
|
private |
The documentation for this class was generated from the following files: