Package com.leia.headtracking
Class HeadTrackingFrame
- java.lang.Object
-
- com.leia.headtracking.HeadTrackingFrame
-
- All Implemented Interfaces:
Closeable
,AutoCloseable
public class HeadTrackingFrame extends Object implements Closeable
-
-
Nested Class Summary
Nested Classes Modifier and Type Class Description static class
HeadTrackingFrame.DetectedEye
static class
HeadTrackingFrame.DetectedFace
static class
HeadTrackingFrame.Face
static class
HeadTrackingFrame.MovingPoint
static class
HeadTrackingFrame.Profiling
static class
HeadTrackingFrame.RawFace
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
close()
HeadTrackingFrame.DetectedFace[]
getDetectedFaces()
float
getLux()
HeadTrackingFrame.Profiling
getProfiling()
HeadTrackingFrame.RawFace[]
getRawFaces()
Timestamp
getTimestamp()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
close
in interfaceAutoCloseable
- Specified by:
close
in interfaceCloseable
-
getTimestamp
public Timestamp getTimestamp()
-
getLux
public float getLux()
-
getRawFaces
@Nullable public HeadTrackingFrame.RawFace[] getRawFaces()
-
getDetectedFaces
@Nullable public HeadTrackingFrame.DetectedFace[] getDetectedFaces()
-
getProfiling
@Nullable public HeadTrackingFrame.Profiling getProfiling()
-
-