Wikitude Unity Plugin
Public Attributes | List of all members
Wikitude.ColorCameraFrameMetadata Struct Reference

A struct that encapsulates additional information about color camera frames. More...

Public Attributes

float HorizontalFieldOfView
 The horizontal field of view in degrees of the color camera used to capture the color frame. More...
 
int Width
 The width in pixels of the color camera frame. More...
 
int Height
 The height in pixels of the color camera frame. More...
 
CaptureDevicePosition CameraPosition
 Returns whether the camera used to capture the color frame was a back or front facing camera. More...
 
FrameColorSpace ColorSpace
 The color space of the color camera frame. More...
 
int TimestampScale
 The timestamp timescale that corresponds to the ColorTimestamp set in the CameraFrame. More...
 

Detailed Description

A struct that encapsulates additional information about color camera frames.

Member Data Documentation

CaptureDevicePosition Wikitude.ColorCameraFrameMetadata.CameraPosition

Returns whether the camera used to capture the color frame was a back or front facing camera.

FrameColorSpace Wikitude.ColorCameraFrameMetadata.ColorSpace

The color space of the color camera frame.

int Wikitude.ColorCameraFrameMetadata.Height

The height in pixels of the color camera frame.

float Wikitude.ColorCameraFrameMetadata.HorizontalFieldOfView

The horizontal field of view in degrees of the color camera used to capture the color frame.

int Wikitude.ColorCameraFrameMetadata.TimestampScale

The timestamp timescale that corresponds to the ColorTimestamp set in the CameraFrame.

int Wikitude.ColorCameraFrameMetadata.Width

The width in pixels of the color camera frame.