Comparing version 5.2.0-wristTracking-alpha-800 to 5.2.0-wristTracking-alpha-807
@@ -47,2 +47,8 @@ import { FaceData } from "./faceData"; | ||
/** | ||
* Called when wrist tracking is fully initialized. | ||
* Be sure to check {@link DeepAR.isWristTrackingInitialized} before setting this callback. | ||
* Because this callback is called only once. So if you set this callback after the wrist tracking is initialized, it will not be called again. | ||
*/ | ||
onWristTrackingInitialized?: () => void; | ||
/** | ||
* Called when the animation player transitions to a new state. | ||
@@ -49,0 +55,0 @@ * @param newState Name of the new state that is being transitioned to. |
@@ -268,3 +268,3 @@ import { ARTouchInfo } from "./touchType"; | ||
* But this method will start loading the segmentation immediately. | ||
* To start initializing foot tracking as soon as possible pass "segmentationInit" hint in the {@link initialize} function (see {@link DeepARParams}). <br><br> | ||
* To start initializing segmentation as soon as possible pass "segmentationInit" hint in the {@link initialize} function (see {@link DeepARParams}). <br><br> | ||
* | ||
@@ -280,2 +280,6 @@ * If the segmentation is already initialized it will do nothing. | ||
/** | ||
* Check weather the wrist tracking is initialized. | ||
*/ | ||
isWristTrackingInitialized(): boolean; | ||
/** | ||
* Display profiling metrics on preview. | ||
@@ -282,0 +286,0 @@ * @param enabled |
/** | ||
* DeepAR Web SDK version. | ||
*/ | ||
declare const version = "5.2.0-wristTracking-alpha-800"; | ||
declare const version = "5.2.0-wristTracking-alpha-807"; | ||
export { version }; |
{ | ||
"name": "deepar", | ||
"version": "5.2.0-wristTracking-alpha-800", | ||
"version": "5.2.0-wristTracking-alpha-807", | ||
"description": "The official DeepAR Web SDK", | ||
@@ -5,0 +5,0 @@ "main": "js/deepar.esm.js", |
@@ -1,1 +0,1 @@ | ||
DeepAR SDK version: v5.2.0-wristTracking-alpha-800 | ||
DeepAR SDK version: v5.2.0-wristTracking-alpha-807 |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
8473
31125812
38