37 #include <pcl/pcl_config.h> 40 #ifndef __OPENNI_DEVICE_XTION_PRO__ 41 #define __OPENNI_DEVICE_XTION_PRO__ 43 #include "openni_device.h" 44 #include "openni_driver.h" 45 #include "openni_image_yuv_422.h" 60 DeviceXtionPro (xn::Context& context,
const xn::NodeInfo& device_node,
const xn::NodeInfo& depth_node,
const xn::NodeInfo& ir_node);
67 virtual
bool isImageResizeSupported (
unsigned input_width,
unsigned input_height,
unsigned output_width,
unsigned output_height) const throw ();
74 #endif // __OPENNI_DEVICE_PRIMESENSE__ void enumAvailableModes()
virtual ~DeviceXtionPro()
Class representing an astract device for OpenNI devices: Primesense PSDK, Microsoft Kinect,...
virtual void startDepthStream()
starts the depth stream.
Image class containing just a reference to image meta data.
Concrete implementation of the interface OpenNIDevice for a Asus Xtion Pro device.
virtual bool isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const
virtual boost::shared_ptr< Image > getCurrentImage(boost::shared_ptr< xn::ImageMetaData > image_meta_data) const
DeviceXtionPro(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)
Driver class implemented as Singleton.