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
2efd9b6a
Commit
2efd9b6a
authored
Oct 31, 2012
by
Kirill Kornyakov
Committed by
marina.kolpakova
Nov 01, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fixed a couple of minor issues in Javadocs
parent
c5fb2de8
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
android+CameraBridgeViewBase.java
...java/generator/src/java/android+CameraBridgeViewBase.java
+2
-2
android+JavaCameraView.java
modules/java/generator/src/java/android+JavaCameraView.java
+1
-1
No files found.
modules/java/generator/src/java/android+CameraBridgeViewBase.java
View file @
2efd9b6a
...
...
@@ -23,10 +23,10 @@ import android.view.SurfaceView;
* The main responsibility of it - is to control when camera can be enabled, process the frame,
* call external listener to make any adjustments to the frame and then draw the resulting
* frame to the screen.
* The clients shall implement CvCameraViewListener
* TODO: add method to control the format in which the frames will be delivered to CvCameraViewListener
* The clients shall implement CvCameraViewListener.
*/
public
abstract
class
CameraBridgeViewBase
extends
SurfaceView
implements
SurfaceHolder
.
Callback
{
//TODO: add method to control the format in which the frames will be delivered to CvCameraViewListener
private
static
final
int
MAX_UNSPECIFIED
=
-
1
;
...
...
modules/java/generator/src/java/android+JavaCameraView.java
View file @
2efd9b6a
...
...
@@ -20,7 +20,7 @@ import org.opencv.highgui.Highgui;
import
org.opencv.imgproc.Imgproc
;
/**
* This class is an implementation of the Bridge View between OpenC
v and JAVA
Camera.
* This class is an implementation of the Bridge View between OpenC
V and Java
Camera.
* This class relays on the functionality available in base class and only implements
* required functions:
* connectCamera - opens Java camera and sets the PreviewCallback to be delivered.
...
...
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