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
48aeaf62
Commit
48aeaf62
authored
Jul 12, 2012
by
Alexander Smorkalov
Committed by
Andrey Kamaev
Aug 21, 2012
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Tegra detector fixed;
Some aditional logs added; AndroidManifest version incremented.
parent
b1811a8b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
6 deletions
+2
-6
AndroidManifest.xml
android/service/engine/AndroidManifest.xml
+2
-2
HardwareDetector.cpp
...d/service/engine/jni/BinderComponent/HardwareDetector.cpp
+0
-4
No files found.
android/service/engine/AndroidManifest.xml
View file @
48aeaf62
<?xml version="1.0" encoding="utf-8"?>
<?xml version="1.0" encoding="utf-8"?>
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
<manifest
xmlns:android=
"http://schemas.android.com/apk/res/android"
package=
"org.opencv.engine"
package=
"org.opencv.engine"
android:versionCode=
"1
3
"
android:versionCode=
"1
2
"
android:versionName=
"1.
3
"
>
android:versionName=
"1.
2
"
>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-sdk
android:minSdkVersion=
"8"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
<uses-feature
android:name=
"android.hardware.touchscreen"
android:required=
"false"
/>
...
...
android/service/engine/jni/BinderComponent/HardwareDetector.cpp
View file @
48aeaf62
...
@@ -156,7 +156,6 @@ int GetProcessorCount()
...
@@ -156,7 +156,6 @@ int GetProcessorCount()
int
DetectKnownPlatforms
()
int
DetectKnownPlatforms
()
{
{
#ifdef __SUPPORT_TEGRA3
int
tegra_status
=
DetectTegra
();
int
tegra_status
=
DetectTegra
();
if
(
3
==
tegra_status
)
if
(
3
==
tegra_status
)
...
@@ -167,9 +166,6 @@ int DetectKnownPlatforms()
...
@@ -167,9 +166,6 @@ int DetectKnownPlatforms()
{
{
return
PLATFORM_UNKNOWN
;
return
PLATFORM_UNKNOWN
;
}
}
#else
return
PLATFORM_UNKNOWN
;
#endif
// NOTE: Uncomment when all Tegras will be supported
// NOTE: Uncomment when all Tegras will be supported
/*if (tegra_status > 0)
/*if (tegra_status > 0)
...
...
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