Home
last modified time | relevance | path

Searched refs:getDepthVideoStream (Results 1 – 2 of 2) sorted by relevance

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni2/
H A Dopenni2_device.cpp73 if ( getDepthVideoStream ()->isPropertySupported (XN_STREAM_PROPERTY_EMITTER_DCMOS_DISTANCE) ) in OpenNI2Device()
76getDepthVideoStream ()->getProperty (XN_STREAM_PROPERTY_EMITTER_DCMOS_DISTANCE, &baseline); // Dev… in OpenNI2Device()
194 auto stream = getDepthVideoStream (); in getDepthFocalLength()
315 if (auto stream = getDepthVideoStream ()) in startDepthStream()
452 if (auto stream = getDepthVideoStream ()) in getDepthVideoMode()
485 if (auto stream = getDepthVideoStream ()) in setDepthVideoMode()
572 if (auto stream = getDepthVideoStream ()) in getSupportedDepthVideoModes()
717 if (!openni_device_->isFile () || !getDepthVideoStream ()) in getDepthFrameCount()
721 return openni_device_->getPlaybackControl ()->getNumberOfFrames(*getDepthVideoStream ()); in getDepthFrameCount()
782 pcl::io::openni2::OpenNI2Device::getDepthVideoStream () const in getDepthVideoStream() function in pcl::io::openni2::OpenNI2Device
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/openni2/
H A Dopenni2_device.h283 getDepthVideoStream () const;