#include <KinectGrabber.hpp>
Definition at line 47 of file KinectGrabber.hpp.
 
◆ KinectGrabber()
      
        
          | lvr2::KinectGrabber::KinectGrabber | ( | freenect_context * | _ctx, | 
        
          |  |  | int | _index | 
        
          |  | ) |  |  | 
      
 
 
◆ ~KinectGrabber()
  
  | 
        
          | lvr2::KinectGrabber::~KinectGrabber | ( |  | ) |  |  | virtual | 
 
 
◆ DepthCallback()
  
  | 
        
          | void lvr2::KinectGrabber::DepthCallback | ( | void * | data, |  
          |  |  | uint32_t | timestamp |  
          |  | ) |  |  |  | protectedvirtual | 
 
 
◆ getColorImage()
      
        
          | void lvr2::KinectGrabber::getColorImage | ( | std::vector< uint8_t > & | img | ) |  | 
      
 
 
◆ getDepthImage()
      
        
          | void lvr2::KinectGrabber::getDepthImage | ( | std::vector< short > & | img | ) |  | 
      
 
Returns the currently present point cloud data. 
Definition at line 63 of file KinectGrabber.cpp.
 
 
◆ VideoCallback()
  
  | 
        
          | void lvr2::KinectGrabber::VideoCallback | ( | void * | data, |  
          |  |  | uint32_t | timestamp |  
          |  | ) |  |  |  | protectedvirtual | 
 
 
◆ m_buffer
◆ m_colorImage
  
  | 
        
          | std::vector<uint8_t> lvr2::KinectGrabber::m_colorImage |  | protected | 
 
 
◆ m_colorMutex
  
  | 
        
          | boost::mutex lvr2::KinectGrabber::m_colorMutex |  | protected | 
 
 
◆ m_depthImage
  
  | 
        
          | std::vector<short> lvr2::KinectGrabber::m_depthImage |  | protected | 
 
 
◆ m_depthMutex
  
  | 
        
          | boost::mutex lvr2::KinectGrabber::m_depthMutex |  | protected | 
 
 
◆ m_haveData
  
  | 
        
          | bool lvr2::KinectGrabber::m_haveData |  | protected | 
 
 
The documentation for this class was generated from the following files: