Use ARGConfig and ARGInferenceConfig.Feature to create ARGSession.
ARGConfig contains configuration information for ARGSession and must be provided to create ARGSession.
Corresponding information must be set to the variables below.
ARGInferenceConfig.Feature is a required parameter and can be obtained from ARGFrame.
Types of feature inferences are declared as follows.
FACE_LOW_TRACKING, // Machine Learning based TRACKING
FACE_HIGH_TRACKING, // Deep Learning based TRACKING (Low polygon)
FACE_MESH_TRACKING, // Deep Learning based TRACKING (High polygon)
Context context : Application Context
ARGConfig config : Configuration Information for ARGSession
Set<ARGInferenceConfig.Feature> inference : Type of Feature Inference
An Instance of ARGSession