public static interface CameraBridgeViewBase.CvCameraViewListener
Modifier and Type | Method and Description |
---|---|
Mat |
onCameraFrame(Mat inputFrame)
This method is invoked when delivery of the frame needs to be done.
|
void |
onCameraViewStarted(int width,
int height)
This method is invoked when camera preview has started.
|
void |
onCameraViewStopped()
This method is invoked when camera preview has been stopped for some reason.
|
Mat onCameraFrame(Mat inputFrame)
void onCameraViewStarted(int width, int height)
width
- - the width of the frames that will be deliveredheight
- - the height of the frames that will be deliveredvoid onCameraViewStopped()