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 = 0Unknown
Gray = 1256-level grayscale
YUV_NV21 = 2YUV_NV21
YUV_NV12 = 3YUV_NV12
YUV_I420 = 4YUV_I420
YUV_YV12 = 5YUV_YV12
RGB888 = 6RGB888
BGR888 = 7BGR888
RGBA8888 = 8RGBA8888
BGRA8888 = 9BGRA8888