Public Attributes | |
VuObserver * | devicePoseObserver |
Pointer to a device pose observer. | |
const char * | path |
Path to the image file. | |
const char * | label |
Label for the image. | |
const char * | validationAreaName |
Validation Area name. | |
VuBool | activate |
Observer activation. | |
VuMatrix44F | poseOffset |
Offset from the origin of the Validation Area to the pose reported by an observation, relative to the area's frame of reference. | |
Configuration for creating a Validation Area observer using an image file.
VuObserver* devicePoseObserver |
Pointer to a device pose observer.
The Validation Area observer will only report observations with pose to the state while there is an active device pose observer. Set devicePoseObserver to nullptr if poses are not required. Pose status will then constantly be reported as VU_OBSERVATION_POSE_STATUS_NO_POSE.
const char* path |
Path to the image file.
Supported file extensions are "png" and "avif".
VuBool activate |
Observer activation.
VuMatrix44F poseOffset |
Offset from the origin of the Validation Area to the pose reported by an observation, relative to the area's frame of reference.