public static interface InstantTracker.PointCloudNativeCallback
Modifier and Type | Method and Description |
---|---|
void |
onCompletion(long nativePointer,
long size)
Is triggered when the query for the 3D point cloud is completed.
|
void onCompletion(long nativePointer, long size)
nativePointer
- Is a c++ pointer to a float[]
containing the 3D point cloud (order in the array is x,y,x,y,z,...).
The array has to be manually deallocated after it is no longer used.size
- Number of array elements.