|
OpenCV 3.0.0 | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
public static interface CameraBridgeViewBase.CvCameraViewListener
Method Summary | |
---|---|
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. |
Method Detail |
---|
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()
|
OpenCV 3.0.0 Documentation | |||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |