org.opencv.android
Class NativeCameraView
java.lang.Object
SurfaceView
org.opencv.android.CameraBridgeViewBase
org.opencv.android.NativeCameraView
public class NativeCameraView
- extends CameraBridgeViewBase
This class is an implementation of a bridge between SurfaceView and native OpenCV camera.
Due to the big amount of work done, by the base class this child is only responsible
for creating camera, destroying camera and delivering frames while camera is enabled
Field Summary |
static java.lang.String |
TAG
|
Methods inherited from class org.opencv.android.CameraBridgeViewBase |
disableFpsMeter, disableView, enableFpsMeter, enableView, setCameraIndex, SetCaptureFormat, setCvCameraViewListener, setCvCameraViewListener, setMaxFrameSize, surfaceChanged, surfaceCreated, surfaceDestroyed |
Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
TAG
public static final java.lang.String TAG
- See Also:
- Constant Field Values
NativeCameraView
public NativeCameraView(Context context,
AttributeSet attrs)
NativeCameraView
public NativeCameraView(Context context,
int cameraId)