Table of Contents

Enum PixelFormat

Namespace
easyar

PixelFormat bezeichnet das Bildpixelformat. Bei allen Formaten verlaufen die Pixel von links nach rechts und von oben nach unten.

Felder

Unknown = 0

Unbekannt

Gray = 1

256 Graustufen

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