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

A single plane of image data. More...

Public Attributes

IntPtr Data
 The data of the plane. How to use this is defined by the frame ColorSpace. More...
 
uint DataSize
 The size of the plane data. More...
 
int PixelStride
 The distance between adjacent pixels in bytes. More...
 
int RowStride
 The distance between the start of two consecutive rows of pixels. More...
 

Detailed Description

A single plane of image data.

Member Data Documentation

IntPtr Wikitude.CameraFramePlane.Data

The data of the plane. How to use this is defined by the frame ColorSpace.

uint Wikitude.CameraFramePlane.DataSize

The size of the plane data.

int Wikitude.CameraFramePlane.PixelStride

The distance between adjacent pixels in bytes.

int Wikitude.CameraFramePlane.RowStride

The distance between the start of two consecutive rows of pixels.