Home
last modified time | relevance | path

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

/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/src/openni2/
H A Dopenni2_device.cpp52 ir_video_started_(false), in OpenNI2Device()
297 ir_video_started_ = true; in startIRStream()
338 ir_video_started_ = false; in stopIRStream()
377 return (ir_video_started_); in isIRStreamStarted()
/dports/graphics/pcl-pointclouds/pcl-pcl-1.12.0/io/include/pcl/io/openni2/
H A Dopenni2_device.h318 bool ir_video_started_; variable