Wikitude Unity Plugin
Properties | List of all members
Wikitude.CameraFrame Class Reference

A class that contains color frames, along with their metadata. More...

Properties

long ID [get]
 Unique id used to identify individual frames. More...
 
long ColorTimestamp [get]
 The timestamp for the color frame. More...
 
ColorCameraFrameMetadata ColorMetadata [get]
 The metadata associated with the color frame. More...
 
List< CameraFramePlaneColorData [get]
 A list of planes of the camera data. More...
 

Detailed Description

A class that contains color frames, along with their metadata.

Property Documentation

List<CameraFramePlane> Wikitude.CameraFrame.ColorData
get

A list of planes of the camera data.

ColorCameraFrameMetadata Wikitude.CameraFrame.ColorMetadata
get

The metadata associated with the color frame.

long Wikitude.CameraFrame.ColorTimestamp
get

The timestamp for the color frame.

long Wikitude.CameraFrame.ID
get

Unique id used to identify individual frames.