Wikitude Unity Expert Edition
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...
 
bool HasIntrinsicsCalibration
 Specifies if an intrinsics calibration should be used instead of the HorizontalFieldOfView. More...
 
IntrinsicsCalibration IntrinsicsCalibration
 The physical description of the camera lens. Only used if HasIntrinsicsCalibration is set to true. 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.

bool Wikitude.ColorCameraFrameMetadata.HasIntrinsicsCalibration

Specifies if an intrinsics calibration should be used instead of the HorizontalFieldOfView.

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.

IntrinsicsCalibration Wikitude.ColorCameraFrameMetadata.IntrinsicsCalibration

The physical description of the camera lens. Only used if HasIntrinsicsCalibration is set to true.

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.