File tree 1 file changed +2
-2
lines changed
doc/tutorials/introduction/android_binary_package 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -382,7 +382,7 @@ result.
382
382
OpenCVLoader . initAsync(OpenCVLoader . OPENCV_VERSION_2_4_6 , this , mLoaderCallback);
383
383
}
384
384
385
- #. Defines that your activity implements ``CvViewFrameListener2 `` interface and fix activity related
385
+ #. Defines that your activity implements ``CvCameraViewListener2 `` interface and fix activity related
386
386
errors by defining missed methods. For this activity define ``onCreate ``, ``onDestroy `` and
387
387
``onPause `` and implement them according code snippet bellow. Fix errors by adding requited
388
388
imports.
@@ -432,7 +432,7 @@ result.
432
432
Lets discuss some most important steps. Every Android application with UI must implement Activity
433
433
and View. By the first steps we create blank activity and default view layout. The simplest
434
434
OpenCV-centric application must implement OpenCV initialization, create its own view to show
435
- preview from camera and implements ``CvViewFrameListener2 `` interface to get frames from camera and
435
+ preview from camera and implements ``CvCameraViewListener2 `` interface to get frames from camera and
436
436
process it.
437
437
438
438
First of all we create our application view using xml layout. Our layout consists of the only
You can’t perform that action at this time.
0 commit comments