public class ARGBImage
extends java.lang.Object
Modifier and Type | Method and Description |
---|---|
Bitmap |
getBitmap()
Get bitmap reference
|
int[] |
getData()
Get ARGB frame data in intArray type
|
long |
getFrameID()
Get frame ID
|
int |
getHeight()
Get frame height
|
int |
getOffsetX()
Get frame offset X
|
int |
getOffsetY()
Get frame offset Y
|
long |
getTimestamp()
Get frame timestamp
|
int |
getWidth()
Get frame width
|
void |
imageImprovement(long colorCorrectionParam,
ByteBuffer contrastLut,
ByteBuffer gammaLut)
ARGB Image improve, using original buffer in ARGBImage
|
public int[] getData()
public Bitmap getBitmap()
public int getWidth()
public int getHeight()
public long getFrameID()
public long getTimestamp()
public int getOffsetX()
public int getOffsetY()
public void imageImprovement(long colorCorrectionParam, ByteBuffer contrastLut, ByteBuffer gammaLut) throws ExceptionSet
colorCorrectionParam
- Color correction param, getting from device.contrastLut
- Contrast LUTgammaLut
- Gamma LUTExceptionSet