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 classHeadTrackingFrame.DetectedEyestatic classHeadTrackingFrame.DetectedFacestatic classHeadTrackingFrame.Facestatic classHeadTrackingFrame.MovingPointstatic classHeadTrackingFrame.Profilingstatic classHeadTrackingFrame.RawFace
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description voidclose()HeadTrackingFrame.DetectedFace[]getDetectedFaces()floatgetLux()HeadTrackingFrame.ProfilinggetProfiling()HeadTrackingFrame.RawFace[]getRawFaces()TimestampgetTimestamp()
-
-
-
Method Detail
-
close
public void close()
- Specified by:
closein interfaceAutoCloseable- Specified by:
closein 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()
-
-