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
31e77a3b
Commit
31e77a3b
authored
Apr 18, 2011
by
Andrey Kamaev
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Android native camera: added BGR output format; added methods to configure output frame size.
parent
1965b297
Expand all
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
+2
-3
highgui_c.h
modules/highgui/include/opencv2/highgui/highgui_c.h
+2
-3
cap_android.cpp
modules/highgui/src/cap_android.cpp
+0
-0
No files found.
modules/highgui/include/opencv2/highgui/highgui_c.h
View file @
31e77a3b
...
...
@@ -392,9 +392,8 @@ enum
//supported by Android camera output formats
enum
{
CV_CAP_ANDROID_COLOR_FRAME
=
1
,
//TODO: check RGB or BGR?
CV_CAP_ANDROID_GREY_FRAME
=
0
,
CV_CAP_ANDROID_YUV_FRAME
=
2
CV_CAP_ANDROID_COLOR_FRAME
=
0
,
//BGR
CV_CAP_ANDROID_GREY_FRAME
=
1
//Y
};
/* retrieve or set capture properties */
...
...
modules/highgui/src/cap_android.cpp
View file @
31e77a3b
This diff is collapsed.
Click to expand it.
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