Skip to content

Commit b6dafed

Browse files
Roman DonchenkoOpenCV Buildbot
Roman Donchenko
authored and
OpenCV Buildbot
committed
Merge pull request opencv#2342 from yashdv:android_doc_fix
2 parents 8cbb284 + e2f5001 commit b6dafed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.rst

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -382,7 +382,7 @@ result.
382382
OpenCVLoader.initAsync(OpenCVLoader.OPENCV_VERSION_2_4_6, this, mLoaderCallback);
383383
}
384384
385-
#. Defines that your activity implements ``CvViewFrameListener2`` interface and fix activity related
385+
#. Defines that your activity implements ``CvCameraViewListener2`` interface and fix activity related
386386
errors by defining missed methods. For this activity define ``onCreate``, ``onDestroy`` and
387387
``onPause`` and implement them according code snippet bellow. Fix errors by adding requited
388388
imports.
@@ -432,7 +432,7 @@ result.
432432
Lets discuss some most important steps. Every Android application with UI must implement Activity
433433
and View. By the first steps we create blank activity and default view layout. The simplest
434434
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
436436
process it.
437437

438438
First of all we create our application view using xml layout. Our layout consists of the only

0 commit comments

Comments
 (0)