public class KinectDepthStream extends KinectStream<FImage>
currentFrame
Constructor and Description |
---|
KinectDepthStream(KinectController controller,
boolean registeredDepthMode)
Construct with a reference to the controller
|
countFrames, getCurrentFrame, getFPS, getHeight, getNextFrame, getTimeStamp, getWidth, hasNextFrame, reset, stop
close, getCurrentFrameIndex, iterator, seek, setCurrentFrameIndex
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
forEach, spliterator
public KinectDepthStream(KinectController controller, boolean registeredDepthMode)
controller
- The controllerregisteredDepthMode
- whether to register the depth image. If true, depth
measurements are in millimeters.