38 #ifndef __OPENNI_DEVICE_XTION_PRO__ 39 #define __OPENNI_DEVICE_XTION_PRO__ 56 DeviceXtionPro (xn::Context& context,
const xn::NodeInfo& device_node,
const xn::NodeInfo& depth_node,
const xn::NodeInfo& ir_node)
throw (
OpenNIException);
63 virtual
bool isImageResizeSupported (
unsigned input_width,
unsigned input_height,
unsigned output_width,
unsigned output_height) const throw ();
69 #endif // __OPENNI_DEVICE_PRIMESENSE__ virtual boost::shared_ptr< Image > getCurrentImage(boost::shared_ptr< xn::ImageMetaData > image_meta_data) const
virtual ~DeviceXtionPro()
virtual bool isImageResizeSupported(unsigned input_width, unsigned input_height, unsigned output_width, unsigned output_height) const
virtual void enumAvailableModes()
Driver class implemented as Singleton. This class contains the xn::Context object used by all devices...
DeviceXtionPro(xn::Context &context, const xn::NodeInfo &device_node, const xn::NodeInfo &depth_node, const xn::NodeInfo &ir_node)
Image class containing just a reference to image meta data. Thus this class just provides an interfac...
Concrete implementation of the interface OpenNIDevice for a Asus Xtion Pro device.
virtual void startDepthStream()
Class representing an astract device for Primesense or MS Kinect devices.