public class KinectDemo extends Video<MBFImage> implements KeyListener
| Constructor and Description |
|---|
KinectDemo(int id)
Default constructor
|
| Modifier and Type | Method and Description |
|---|---|
long |
countFrames()
Return the number of frames in the whole video.
|
MBFImage |
getCurrentFrame()
Get the current frame
|
VideoDisplay<MBFImage> |
getDisplay()
Get the display showing the kinect video
|
double |
getFPS()
Get the frame rate
|
int |
getHeight()
Get the height of the video frame.
|
MBFImage |
getNextFrame()
Get the next frame.
|
long |
getTimeStamp()
Get the timestamp of the current frame in milliseconds
|
int |
getWidth()
Get the width of the video frame
|
boolean |
hasNextFrame()
Returns whether this video has another frame to provide.
|
void |
keyPressed(KeyEvent e) |
void |
keyReleased(KeyEvent e) |
void |
keyTyped(KeyEvent e) |
static void |
main(String[] args)
Default main
|
void |
reset()
Reset the video - putting the frame counter back to the start.
|
close, getCurrentFrameIndex, iterator, seek, setCurrentFrameIndexclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitforEach, spliteratorpublic KinectDemo(int id) throws KinectException
id - of kinect controllerKinectExceptionpublic MBFImage getNextFrame()
VideogetNextFrame in class Video<MBFImage>public MBFImage getCurrentFrame()
VideogetCurrentFrame in class Video<MBFImage>public int getWidth()
Videopublic int getHeight()
Videopublic boolean hasNextFrame()
VideohasNextFrame in class Video<MBFImage>public long countFrames()
VideocountFrames in class Video<MBFImage>public void reset()
Videopublic void keyTyped(KeyEvent e)
keyTyped in interface KeyListenerpublic void keyPressed(KeyEvent e)
keyPressed in interface KeyListenerpublic void keyReleased(KeyEvent e)
keyReleased in interface KeyListenerpublic long getTimeStamp()
VideogetTimeStamp in class Video<MBFImage>public VideoDisplay<MBFImage> getDisplay()