| 87 | OniSensorType DepthStream::getSensorType() const { return ONI_SENSOR_DEPTH; } |
| 88 | |
| 89 | OniImageRegistrationMode DepthStream::getImageRegistrationMode() const { return image_registration_mode; } |
| 90 | |
| 91 | OniStatus DepthStream::setImageRegistrationMode(OniImageRegistrationMode mode) |
| 92 | { |