#include <Rs2Stream.h>
Public Member Functions | |
Rs2DepthStream () | |
Public Member Functions inherited from oni::driver::Rs2Stream | |
virtual OniStatus | convertDepthToColorCoordinates (StreamBase *colorStream, int depthX, int depthY, OniDepthPixel depthZ, int *pColorX, int *pColorY) |
class Rs2Device * | getDevice () |
OniSensorType | getOniType () const |
virtual OniStatus | getProperty (int propertyId, void *data, int *dataSize) |
rs2_stream | getRsType () const |
int | getSensorId () const |
int | getStreamId () const |
const OniVideoMode & | getVideoMode () const |
virtual OniStatus | invoke (int commandId, void *data, int dataSize) |
virtual OniBool | isCommandSupported (int commandId) |
bool | isEnabled () const |
virtual OniBool | isPropertySupported (int propertyId) |
Rs2Stream (OniSensorType sensorType) | |
virtual OniStatus | setProperty (int propertyId, const void *data, int dataSize) |
virtual OniStatus | start () |
virtual void | stop () |
virtual | ~Rs2Stream () |
Definition at line 92 of file Rs2Stream.h.
|
inline |
Definition at line 95 of file Rs2Stream.h.