All Classes Namespaces Functions Variables Enumerations Enumerator Properties Events Modules Pages
Loading...
Searching...
No Matches
Area Target Capture Feature

Classes

class  AreaTargetCaptureBehaviour
 

Enumerations

enum  AreaTargetCaptureCreationError {
  NONE = 0x0 ,
  INTERNAL = 0x1 ,
  AUTOSTART_FAILED ,
  FEATURE_NOT_SUPPORTED ,
  MULTIPLE_INSTANCES_NOT_SUPPORTED ,
  INVALID_DEVICE_POSE_OBSERVER
}
 Area Target Capture creation error. More...
 
enum  AreaTargetCaptureGenerationError {
  NONE = 0x0 ,
  INTERNAL = 0x1 ,
  ENGINE_NOT_RUNNING = 0x2 ,
  INVALID_STATUS = 0x3 ,
  INSUFFICIENT_DATA = 0x4 ,
  MISSING_AUTHENTICATION = 0x5 ,
  INVALID_OUTPUT_DIRECTORY = 0x6 ,
  INVALID_TARGET_NAME = 0x7 ,
  AUTHORING_FILES_GENERATION_REQUIRED = 0x8 ,
  DATABASE_GENERATION_REQUIRED = 0x9 ,
  ALIGNMENT_DATABASE_LOAD_ERROR = 0xA ,
  INVALID_ALIGNMENT_TARGET_NAME = 0xB ,
  ALIGNMENT_TARGET_NOT_FOUND = 0xC
}
 Area Target Capture generation error. More...
 
enum  AreaTargetCaptureStatus {
  INITIALIZED = 0x1 ,
  PREPARING = 0x2 ,
  CAPTURING = 0x3 ,
  PAUSED = 0x4 ,
  STOPPED = 0x5 ,
  GENERATING = 0x6
}
 
enum  AreaTargetCaptureStatusInfo {
  NORMAL = 0x01 ,
  RELOCALIZING = 0x02 ,
  EXCESSIVE_MOTION = 0x03 ,
  CAPACITY_WARNING = 0x04 ,
  INTERRUPTED = 0x05 ,
  SUSPENDED = 0x06 ,
  TRACKING_DATA_GENERATION = 0x07 ,
  AUTHORING_DATA_GENERATION = 0x08 ,
  DEVICE_DATABASE_GENERATION = 0x09 ,
  PACKAGE_GENERATION = 0x0A ,
  GENERATION_SUCCESS = 0x0B ,
  GENERATION_CANCELED = 0x0C ,
  GENERATION_ERROR_INTERNAL = 0x0D ,
  GENERATION_ERROR_NO_NETWORK_CONNECTION = 0x0E ,
  GENERATION_ERROR_SERVICE_NOT_AVAILABLE = 0x0F ,
  GENERATION_ERROR_AUTHORIZATION_FAILED = 0x10 ,
  GENERATION_ERROR_MISSING_ALIGNMENT_DATA = 0x11 ,
  GENERATION_ERROR_ALIGNMENT_FAILED = 0x12
}
 

Detailed Description

Enumeration Type Documentation

◆ AreaTargetCaptureCreationError

Area Target Capture creation error.

Enumerator
NONE 

No error.

INTERNAL 

An internal error occurred while creating the capture.

AUTOSTART_FAILED 

Immediate start of the capture failed.

FEATURE_NOT_SUPPORTED 

Feature is not supported on the current device.

MULTIPLE_INSTANCES_NOT_SUPPORTED 

Multiple captures are not allowed to exist at the same time.

INVALID_DEVICE_POSE_OBSERVER 

DevicePose Observer is null or invalid.

◆ AreaTargetCaptureGenerationError

Area Target Capture generation error.

Enumerator
NONE 

No error.

INTERNAL 

An internal error occurred.

ENGINE_NOT_RUNNING 

Generation failed because Engine is not running.

INVALID_STATUS 

Generation is not allowed because the capture is in the wrong status.

INSUFFICIENT_DATA 

Generation failed because the capture has not yet created an initial reconstruction of the environment.

MISSING_AUTHENTICATION 

Generation failed because authentication details are missing (user authentication or authentication secret)

INVALID_OUTPUT_DIRECTORY 

Generation failed because the output directory does not exist or can not be written to.

INVALID_TARGET_NAME 

Generation failed because the target name does not satisfy requirements.

AUTHORING_FILES_GENERATION_REQUIRED 

Generation failed because authoring files generation is required, but was not enabled.

DATABASE_GENERATION_REQUIRED 

Generation failed because database generation is required, but was not enabled.

ALIGNMENT_DATABASE_LOAD_ERROR 

Generation failed because the alignment database file was not found or an error occurred when reading data from it (potentially unknown or corrupted file)

INVALID_ALIGNMENT_TARGET_NAME 

Generation failed because the alignment target name is invalid.

ALIGNMENT_TARGET_NOT_FOUND 

Generation failed because the alignment target with the specified name AND matching target type not found in database.

◆ AreaTargetCaptureStatus

Enumerator
INITIALIZED 

The capture has been created and can be started.

PREPARING 

Reconstruction of the environment is running, not able to generate a target yet.

CAPTURING 

Basic reconstruction is done, generation possible, capturing more data.

PAUSED 

Reconstruction of the environment has been paused.

STOPPED 

Reconstruction of the environment has been stopped.

GENERATING 

Target generation from captured data.

◆ AreaTargetCaptureStatusInfo

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.