Table of Contents

Enum PixelFormat

Namespace
easyar
Assembly
EasyAR.Sense.dll

PixelFormat represents the image pixel format. The pixel orientation for all formats is from left to right and top to bottom.

public enum PixelFormat

Fields

Unknown = 0

Unknown

Gray = 1

256-level grayscale

YUV_NV21 = 2

YUV_NV21

YUV_NV12 = 3

YUV_NV12

YUV_I420 = 4

YUV_I420

YUV_YV12 = 5

YUV_YV12

RGB888 = 6

RGB888

BGR888 = 7

BGR888

RGBA8888 = 8

RGBA8888

BGRA8888 = 9

BGRA8888