| 734 | EnableEdgeAwareFilter(true) {} |
| 735 | |
| 736 | void Freenect2DeviceImpl::setConfiguration(const Freenect2Device::Config &config) |
| 737 | { |
| 738 | DepthPacketProcessor *proc = pipeline_->getDepthPacketProcessor(); |
| 739 | if (proc != 0) |
| 740 | proc->setConfiguration(config); |
| 741 | } |
| 742 | |
| 743 | void Freenect2DeviceImpl::setColorFrameListener(libfreenect2::FrameListener* rgb_frame_listener) |
| 744 | { |
no test coverage detected