FrameData
class FrameData
Stores depth data and source images from ARCore as a 3D pointcloud. Points are added by calling the Raw Depth API, and reprojected into 3D space. The points are stored relative to an anchor created with each instance. The color of the points are matched with the latest color image from the same frame. This class now implements Closeable to manage the lifecycle of the acquired Image objects.
Properties
Link copied to clipboard
The anchor to the 3D position of the camera at the point of depth acquisition.
Link copied to clipboard
Buffer of point RGB color values.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Buffer of point coordinates and confidence values.
Link copied to clipboard