#include <Rs2Stream.h>
|
| 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 21 of file Rs2Stream.h.
| oni::driver::Rs2Stream::Rs2Stream |
( |
OniSensorType |
sensorType | ) |
|
| oni::driver::Rs2Stream::~Rs2Stream |
( |
| ) |
|
|
virtual |
| oni::driver::Rs2Stream::Rs2Stream |
( |
const Rs2Stream & |
| ) |
|
|
protected |
| OniStatus oni::driver::Rs2Stream::convertDepthToColorCoordinates |
( |
StreamBase * |
colorStream, |
|
|
int |
depthX, |
|
|
int |
depthY, |
|
|
OniDepthPixel |
depthZ, |
|
|
int * |
pColorX, |
|
|
int * |
pColorY |
|
) |
| |
|
virtual |
| class Rs2Device* oni::driver::Rs2Stream::getDevice |
( |
| ) |
|
|
inline |
| OniSensorType oni::driver::Rs2Stream::getOniType |
( |
| ) |
const |
|
inline |
| OniStatus oni::driver::Rs2Stream::getProperty |
( |
int |
propertyId, |
|
|
void * |
data, |
|
|
int * |
dataSize |
|
) |
| |
|
virtual |
| rs2_stream oni::driver::Rs2Stream::getRsType |
( |
| ) |
const |
|
inline |
| int oni::driver::Rs2Stream::getSensorId |
( |
| ) |
const |
|
inline |
| int oni::driver::Rs2Stream::getStreamId |
( |
| ) |
const |
|
inline |
| bool oni::driver::Rs2Stream::getTable |
( |
void * |
dst, |
|
|
int * |
size, |
|
|
const std::vector< uint16_t > & |
table |
|
) |
| |
|
protected |
| const OniVideoMode& oni::driver::Rs2Stream::getVideoMode |
( |
| ) |
const |
|
inline |
| OniStatus oni::driver::Rs2Stream::invoke |
( |
int |
commandId, |
|
|
void * |
data, |
|
|
int |
dataSize |
|
) |
| |
|
virtual |
| OniBool oni::driver::Rs2Stream::isCommandSupported |
( |
int |
commandId | ) |
|
|
virtual |
| bool oni::driver::Rs2Stream::isEnabled |
( |
| ) |
const |
|
inline |
| OniBool oni::driver::Rs2Stream::isPropertySupported |
( |
int |
propertyId | ) |
|
|
virtual |
| bool oni::driver::Rs2Stream::isVideoModeSupported |
( |
OniVideoMode * |
reqMode | ) |
|
|
protected |
| void oni::driver::Rs2Stream::onPipelineStarted |
( |
| ) |
|
|
protected |
| void oni::driver::Rs2Stream::onStreamStarted |
( |
| ) |
|
|
protected |
| OniStatus oni::driver::Rs2Stream::setProperty |
( |
int |
propertyId, |
|
|
const void * |
data, |
|
|
int |
dataSize |
|
) |
| |
|
virtual |
| bool oni::driver::Rs2Stream::setTable |
( |
const void * |
src, |
|
|
int |
size, |
|
|
std::vector< uint16_t > & |
table |
|
) |
| |
|
protected |
| void oni::driver::Rs2Stream::shutdown |
( |
| ) |
|
|
protected |
| OniStatus oni::driver::Rs2Stream::start |
( |
| ) |
|
|
virtual |
| void oni::driver::Rs2Stream::stop |
( |
| ) |
|
|
virtual |
| void oni::driver::Rs2Stream::updateIntrinsics |
( |
| ) |
|
|
protected |
| std::vector<uint16_t> oni::driver::Rs2Stream::m_d2s |
|
protected |
| float oni::driver::Rs2Stream::m_depthScale |
|
protected |
| class Rs2Device* oni::driver::Rs2Stream::m_device |
|
protected |
| bool oni::driver::Rs2Stream::m_enabled |
|
protected |
| float oni::driver::Rs2Stream::m_fovX |
|
protected |
| float oni::driver::Rs2Stream::m_fovY |
|
protected |
| bool oni::driver::Rs2Stream::m_needUpdateExtrinsicsDepthToColor |
|
protected |
| OniSensorType oni::driver::Rs2Stream::m_oniType |
|
protected |
| std::vector<uint16_t> oni::driver::Rs2Stream::m_s2d |
|
protected |
| int oni::driver::Rs2Stream::m_sensorId |
|
protected |
| int oni::driver::Rs2Stream::m_streamId |
|
protected |
| OniVideoMode oni::driver::Rs2Stream::m_videoMode |
|
protected |
The documentation for this class was generated from the following files: