XRModelTrackerEdgeImgReceivedEventΒΆ
Class XRModelTrackerEdgeImgReceivedEvent
Hierarchy (View Summary)
- WebVisEvent
- XRModelTrackerEdgeImgReceivedEvent
Index
Properties
Properties
id
id: number
The unique ID of the event.
img
The edge image stored in a XRImage object.
Optionaltransaction Code
transactionCode?: string
The transaction code associated with the event.
Optionaltransaction ID
transactionID?: number
The transaction ID associated with the event.
Optionaltype
The type of the event.
Event that is fired when receiving an edge image from the model tracker. The edge image contains the edges of the tracking target. It is used during ModelTracking for indicating the tracking status of the target geometry.
Edge images are only received when the SettingStrings.XR_ENABLE_DEBUG_IMAGES setting is set to true.