List of all members.
Public Member Functions |
void | setCamera (Camera camera) |
void | switchCamera (Camera camera) |
void | surfaceCreated (SurfaceHolder holder) |
void | surfaceDestroyed (SurfaceHolder holder) |
void | surfaceChanged (SurfaceHolder holder, int format, int w, int h) |
Static Public Member Functions |
static void | decodeYUV420SP (int[] rgb, byte[] yuv420sp, int width, int height) |
Public Attributes |
AutoFocusCallBack | autoFocusCallBack = new AutoFocusCallBack() |
int[] | pixels |
Protected Member Functions |
void | onMeasure (int widthMeasureSpec, int heightMeasureSpec) |
void | onLayout (boolean changed, int l, int t, int r, int b) |
Package Functions |
| Preview (Context context) |
Package Attributes |
SurfaceView | mSurfaceView |
SurfaceHolder | mHolder |
Size | mPreviewSize |
List< Size > | mSupportedPreviewSizes |
Camera | mCamera |
Constructor & Destructor Documentation
Member Function Documentation
Member Data Documentation
The documentation for this class was generated from the following file:
- /home/piotr/workspace/org.opencv.samples.tutorial2.Sample2NativeCamera/src/org/opencv/samples/tutorial2/MainActivity.java