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.

Types

Link copied to clipboard
object Companion

Properties

Link copied to clipboard
val cameraAnchor: Anchor?

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
val intrinsics: CameraIntrinsics
Link copied to clipboard
val lightEstimate: LightEstimate
Link copied to clipboard
val planes: List<Plane>
Link copied to clipboard

Buffer of point coordinates and confidence values.

Link copied to clipboard
val pose: Pose
Link copied to clipboard
Link copied to clipboard

The timestamp in nanoseconds when the raw depth image was observed.

Link copied to clipboard

Functions