public static interface TrackingCameraGLSurfaceView.TrackingProc
| Modifier and Type | Method | Description |
|---|---|---|
void |
processTracking(java.nio.ByteBuffer luminanceBuffer) |
|
void |
release() |
|
void |
render(TrackingCameraGLSurfaceView glView) |
|
void |
resize(int width,
int height) |
|
boolean |
setup(int width,
int height) |
boolean setup(int width,
int height)
void resize(int width,
int height)
void processTracking(java.nio.ByteBuffer luminanceBuffer)
void render(TrackingCameraGLSurfaceView glView)
void release()