Updated CameraFreenect2 with latest freenect2 library (commit cdeb07917c)

This commit is contained in:
matlabbe
2015-11-03 17:31:07 -05:00
parent 620ce51f70
commit 2ee9183c17
11 changed files with 190 additions and 67 deletions

View File

@@ -34,6 +34,8 @@ SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
#include <QDialog>
#include <rtabmap/core/SensorData.h>
class QSpinBox;
namespace rtabmap {
class ImageView;
@@ -55,6 +57,8 @@ private:
ImageView* imageView_;
CloudViewer* cloudView_;
bool processingImages_;
QSpinBox * decimationSpin_;
int validDecimationValue_;
};
} /* namespace rtabmap */