#include <ColorStream.hpp>
|
| | ColorStream (Freenect::FreenectDevice *pDevice) |
| |
| OniStatus | getProperty (int propertyId, void *data, int *pDataSize) |
| |
| OniBool | isPropertySupported (int propertyId) |
| |
| OniStatus | setProperty (int propertyId, const void *data, int dataSize) |
| |
| void | buildFrame (void *data, uint32_t timestamp) |
| |
| OniBool | isPropertySupported (int propertyId) |
| |
| OniStatus | start () |
| |
| void | stop () |
| |
| | VideoStream (Freenect::FreenectDevice *device) |
| |
| virtual OniStatus | convertDepthToColorCoordinates (StreamBase *, int, int, OniDepthPixel, int *, int *) |
| |
| virtual int | getRequiredFrameSize () |
| |
| virtual OniStatus | invoke (int, void *, int) |
| |
| virtual OniBool | isCommandSupported (int) |
| |
| virtual void | notifyAllProperties () |
| |
| virtual void | setNewFrameCallback (NewFrameCallback handler, void *pCookie) |
| |
| virtual void | setPropertyChangedCallback (PropertyChangedCallback handler, void *pCookie) |
| |
| virtual void | setServices (StreamServices *pStreamServices) |
| |
| | StreamBase () |
| |
| virtual | ~StreamBase () |
| |
Definition at line 12 of file ColorStream.hpp.
| OniStatus FreenectDriver::ColorStream::getProperty |
( |
int |
propertyId, |
|
|
void * |
data, |
|
|
int * |
pDataSize |
|
) |
| |
|
inlinevirtual |
| static OniSensorInfo FreenectDriver::ColorStream::getSensorInfo |
( |
| ) |
|
|
inlinestatic |
| OniBool FreenectDriver::ColorStream::isPropertySupported |
( |
int |
propertyId | ) |
|
|
inlinevirtual |
| void ColorStream::populateFrame |
( |
void * |
data, |
|
|
OniFrame * |
frame |
|
) |
| const |
|
privatevirtual |
| OniStatus FreenectDriver::ColorStream::setProperty |
( |
int |
propertyId, |
|
|
const void * |
data, |
|
|
int |
dataSize |
|
) |
| |
|
inlinevirtual |
| bool FreenectDriver::ColorStream::auto_exposure |
|
private |
| bool FreenectDriver::ColorStream::auto_white_balance |
|
private |
| const float FreenectDriver::ColorStream::DIAGONAL_FOV = 73.9 * (M_PI / 180) |
|
static |
| const float FreenectDriver::ColorStream::HORIZONTAL_FOV = 62 * (M_PI / 180) |
|
static |
| const float FreenectDriver::ColorStream::VERTICAL_FOV = 48.6 * (M_PI / 180) |
|
static |
The documentation for this class was generated from the following files: