Classes | |
class | AreaTargetCaptureBehaviour |
Area Target Capture creation error.
Area Target Capture generation error.
Enumerator | |
---|---|
NORMAL | The capture is running normally. |
RELOCALIZING | The capture is relocalizing, the user should move around or return towards a previously mapped area in order to resume normal capturing. |
EXCESSIVE_MOTION | The user is moving too quickly. |
CAPACITY_WARNING | The capture is removing old data to make room for new data and should be stopped soon. |
INTERRUPTED | The capture is unable to add new data, the user should stop the capture. |
SUSPENDED | The capture was paused automatically by Engine, all operations will fail until Engine resumes the capture. |
TRACKING_DATA_GENERATION | The capture is processing the captured data. |
AUTHORING_DATA_GENERATION | The capture is generating the authoring artifacts (3dt, glb) |
DEVICE_DATABASE_GENERATION | The capture is generating the Vuforia device database (dat, xml) |
PACKAGE_GENERATION | The capture is generating the package(s) |
GENERATION_SUCCESS | Generation successful. |
GENERATION_CANCELED | Generation was canceled. |
GENERATION_ERROR_INTERNAL | Generation failed because an internal error occurred. |
GENERATION_ERROR_NO_NETWORK_CONNECTION | Generation failed because the device has no network connection. |
GENERATION_ERROR_SERVICE_NOT_AVAILABLE | Generation failed because the server was not found, is unreachable, or overloaded. |
GENERATION_ERROR_AUTHORIZATION_FAILED | Generation failed because the credentials are wrong or outdated. |
GENERATION_ERROR_MISSING_ALIGNMENT_DATA | Generation failed because of a problem during asynchronous loading of the alignment target data. |
GENERATION_ERROR_ALIGNMENT_FAILED | Generation failed because it was not possible to align the capture with the specified alignment target. |