MaxstARSDK  3.5.0
ColorFormat.cs
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5 
6 namespace maxstAR
7 {
11  public enum ColorFormat
12  {
16  RGB888 = 1,
17 
21  YUV420sp = 2,
22 
26  YUV420 = 3,
27 
31  YUV420_888 = 4,
32 
36  GRAY8 = 5
37  }
38 }
Gray 8 bit image
ColorFormat
Camera image format
Definition: ColorFormat.cs:11
Same android NV12
For android camera2 support (Not used yet)