Skip to content
Projects
Groups
Snippets
Help
Loading...
Sign in / Register
Toggle navigation
O
opencv
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Packages
Packages
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
submodule
opencv
Commits
e01b485a
Commit
e01b485a
authored
Apr 30, 2015
by
Roman Donchenko
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #3973 from xsorifc28:patch-1
parents
07e07655
5e44aa37
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
dev_with_OCV_on_Android.markdown
...n/android_binary_package/dev_with_OCV_on_Android.markdown
+2
-2
No files found.
doc/tutorials/introduction/android_binary_package/dev_with_OCV_on_Android.markdown
View file @
e01b485a
...
...
@@ -279,7 +279,7 @@ application. It will be capable of accessing camera output, processing it and di
android:label="@string/app_name"
android:theme="@android:style/Theme.NoTitleBar.Fullscreen" >
@endcode
-# Add OpenCV library initialization to your activity. Fix errors by adding requi
t
ed imports.
-# Add OpenCV library initialization to your activity. Fix errors by adding requi
r
ed imports.
@code{.java}
private BaseLoaderCallback mLoaderCallback = new BaseLoaderCallback(this) {
@Override
...
...
@@ -307,7 +307,7 @@ application. It will be capable of accessing camera output, processing it and di
@endcode
-# Defines that your activity implements CvCameraViewListener2 interface and fix activity related
errors by defining missed methods. For this activity define onCreate, onDestroy and onPause and
implement them according code snippet bellow. Fix errors by adding requi
t
ed imports.
implement them according code snippet bellow. Fix errors by adding requi
r
ed imports.
@code{.java}
private CameraBridgeViewBase mOpenCvCameraView;
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment