Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
E
Ear recognition
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
3
Issues
3
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Boston University
Ear recognition
Commits
496dc6b2
Commit
496dc6b2
authored
Jan 14, 2016
by
Josejulio Martínez Magaña
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Starting to work on the camera view.
parent
25a16c30
Changes
13
Show whitespace changes
Inline
Side-by-side
Showing
13 changed files
with
284 additions
and
2 deletions
+284
-2
app.iml
app/app.iml
+111
-0
fabric.properties
app/fabric.properties
+3
-0
AndroidManifest.xml
app/src/main/AndroidManifest.xml
+1
-1
ear_transparent-web.png
app/src/main/ear_transparent-web.png
+0
-0
EarCamera.java
...java/com/aluxoft/earrecognition/activities/EarCamera.java
+117
-0
IntentSearchFeatures.java
.../aluxoft/earrecognition/intents/IntentSearchFeatures.java
+16
-1
control.xml
app/src/main/res/layout/control.xml
+24
-0
preview_layout.xml
app/src/main/res/layout/preview_layout.xml
+12
-0
ear_transparent.png
app/src/main/res/mipmap-hdpi/ear_transparent.png
+0
-0
ear_transparent.png
app/src/main/res/mipmap-mdpi/ear_transparent.png
+0
-0
ear_transparent.png
app/src/main/res/mipmap-xhdpi/ear_transparent.png
+0
-0
ear_transparent.png
app/src/main/res/mipmap-xxhdpi/ear_transparent.png
+0
-0
ear_transparent.png
app/src/main/res/mipmap-xxxhdpi/ear_transparent.png
+0
-0
No files found.
app/app.iml
0 → 100644
View file @
496dc6b2
<?xml version="1.0" encoding="UTF-8"?>
<module
external.linked.project.id=
":app"
external.linked.project.path=
"$MODULE_DIR$"
external.root.project.path=
"$MODULE_DIR$/.."
external.system.id=
"GRADLE"
external.system.module.group=
"EarRecognition"
external.system.module.version=
"unspecified"
type=
"JAVA_MODULE"
version=
"4"
>
<component
name=
"FacetManager"
>
<facet
type=
"android-gradle"
name=
"Android-Gradle"
>
<configuration>
<option
name=
"GRADLE_PROJECT_PATH"
value=
":app"
/>
</configuration>
</facet>
<facet
type=
"android"
name=
"Android"
>
<configuration>
<option
name=
"SELECTED_BUILD_VARIANT"
value=
"debug"
/>
<option
name=
"SELECTED_TEST_ARTIFACT"
value=
"_android_test_"
/>
<option
name=
"ASSEMBLE_TASK_NAME"
value=
"assembleDebug"
/>
<option
name=
"COMPILE_JAVA_TASK_NAME"
value=
"compileDebugSources"
/>
<option
name=
"ASSEMBLE_TEST_TASK_NAME"
value=
"assembleDebugAndroidTest"
/>
<option
name=
"COMPILE_JAVA_TEST_TASK_NAME"
value=
"compileDebugAndroidTestSources"
/>
<afterSyncTasks>
<task>
generateDebugAndroidTestSources
</task>
<task>
generateDebugSources
</task>
</afterSyncTasks>
<option
name=
"ALLOW_USER_CONFIGURATION"
value=
"false"
/>
<option
name=
"MANIFEST_FILE_RELATIVE_PATH"
value=
"/src/main/AndroidManifest.xml"
/>
<option
name=
"RES_FOLDER_RELATIVE_PATH"
value=
"/src/main/res"
/>
<option
name=
"RES_FOLDERS_RELATIVE_PATH"
value=
"file://$MODULE_DIR$/src/main/res"
/>
<option
name=
"ASSETS_FOLDER_RELATIVE_PATH"
value=
"/src/main/assets"
/>
</configuration>
</facet>
</component>
<component
name=
"NewModuleRootManager"
LANGUAGE_LEVEL=
"JDK_1_7"
inherit-compiler-output=
"false"
>
<output
url=
"file://$MODULE_DIR$/build/intermediates/classes/debug"
/>
<output-test
url=
"file://$MODULE_DIR$/build/intermediates/classes/androidTest/debug"
/>
<exclude-output
/>
<content
url=
"file://$MODULE_DIR$"
>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/r/debug"
isTestSource=
"false"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/aidl/debug"
isTestSource=
"false"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/buildConfig/debug"
isTestSource=
"false"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/rs/debug"
isTestSource=
"false"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/res/rs/debug"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/res/resValues/debug"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/r/androidTest/debug"
isTestSource=
"true"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/aidl/androidTest/debug"
isTestSource=
"true"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/buildConfig/androidTest/debug"
isTestSource=
"true"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/source/rs/androidTest/debug"
isTestSource=
"true"
generated=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/res/rs/androidTest/debug"
type=
"java-test-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/build/generated/res/resValues/androidTest/debug"
type=
"java-test-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/res"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/resources"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/assets"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/aidl"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/jni"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/debug/rs"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/res"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/resources"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/assets"
type=
"java-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/aidl"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/java"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/jni"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/main/rs"
isTestSource=
"false"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/res"
type=
"java-test-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/resources"
type=
"java-test-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/assets"
type=
"java-test-resource"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/aidl"
isTestSource=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/java"
isTestSource=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/jni"
isTestSource=
"true"
/>
<sourceFolder
url=
"file://$MODULE_DIR$/src/androidTest/rs"
isTestSource=
"true"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/assets"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/bundles"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/classes"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/coverage-instrumented-classes"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/dependency-cache"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/dex"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/dex-cache"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/appcompat-v7/21.0.0/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.android.support/support-v4/21.0.0/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.crashlytics.sdk.android/answers/1.3.4/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.crashlytics.sdk.android/beta/1.1.4/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.crashlytics.sdk.android/crashlytics-core/2.3.6/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/com.crashlytics.sdk.android/crashlytics/2.5.3/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/exploded-aar/io.fabric.sdk.android/fabric/1.3.8/jars"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/incremental"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/jacoco"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/javaResources"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/libs"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/lint"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/manifests"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/ndk"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/pre-dexed"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/proguard"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/res"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/rs"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/intermediates/symbols"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/outputs"
/>
<excludeFolder
url=
"file://$MODULE_DIR$/build/tmp"
/>
</content>
<orderEntry
type=
"jdk"
jdkName=
"Android API 21 Platform"
jdkType=
"Android SDK"
/>
<orderEntry
type=
"sourceFolder"
forTests=
"false"
/>
<orderEntry
type=
"library"
exported=
""
name=
"commons-io-2.0.1"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"crashlytics-2.5.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-v4-21.0.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"fabric-1.3.8"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"gson-2.3"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"beta-1.1.4"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"answers-1.3.4"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"crashlytics-core-2.3.6"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"bolts-android-1.2.1"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"appcompat-v7-21.0.0"
level=
"project"
/>
<orderEntry
type=
"library"
exported=
""
name=
"support-annotations-21.0.0"
level=
"project"
/>
<orderEntry
type=
"module"
module-name=
"openCVLibrary2411"
exported=
""
/>
</component>
</module>
\ No newline at end of file
app/fabric.properties
0 → 100644
View file @
496dc6b2
#Contains API Secret used to validate your application. Commit to internal source control; avoid making secret public.
#Fri Nov 27 15:57:05 CST 2015
apiSecret
=
67ebb4ea6e8cd0d7f1817d1cc220586e5248541cf4f839b102c73302b6c122a6
app/src/main/AndroidManifest.xml
View file @
496dc6b2
...
...
@@ -32,7 +32,7 @@
</intent-filter>
</activity> -->
<activity
android:name=
".activities.EarCa
ptureActivity
"
android:name=
".activities.EarCa
mera
"
android:label=
"@string/app_name"
android:screenOrientation=
"portrait"
>
<intent-filter>
...
...
app/src/main/ear_transparent-web.png
0 → 100644
View file @
496dc6b2
18.1 KB
app/src/main/java/com/aluxoft/earrecognition/activities/EarCamera.java
0 → 100644
View file @
496dc6b2
package
com
.
aluxoft
.
earrecognition
.
activities
;
import
java.io.ByteArrayOutputStream
;
import
java.io.IOException
;
import
android.app.Activity
;
import
android.content.pm.ActivityInfo
;
import
android.graphics.Bitmap
;
import
android.graphics.BitmapFactory
;
import
android.graphics.PixelFormat
;
import
android.graphics.Rect
;
import
android.graphics.YuvImage
;
import
android.hardware.Camera
;
import
android.os.Bundle
;
import
android.view.LayoutInflater
;
import
android.view.SurfaceHolder
;
import
android.view.SurfaceView
;
import
android.view.View
;
import
android.view.ViewGroup.LayoutParams
;
import
android.widget.Button
;
import
com.aluxoft.earrecognition.R
;
public
class
EarCamera
extends
Activity
implements
SurfaceHolder
.
Callback
{
Camera
camera
;
SurfaceView
surfaceView
;
SurfaceHolder
surfaceHolder
;
boolean
previewing
=
false
;
LayoutInflater
controlInflater
=
null
;
/** Called when the activity is first created. */
@Override
public
void
onCreate
(
Bundle
savedInstanceState
)
{
super
.
onCreate
(
savedInstanceState
);
setContentView
(
R
.
layout
.
preview_layout
);
setRequestedOrientation
(
ActivityInfo
.
SCREEN_ORIENTATION_PORTRAIT
);
getWindow
().
setFormat
(
PixelFormat
.
UNKNOWN
);
surfaceView
=
(
SurfaceView
)
findViewById
(
R
.
id
.
camerapreview
);
surfaceHolder
=
surfaceView
.
getHolder
();
surfaceHolder
.
addCallback
(
this
);
surfaceHolder
.
setType
(
SurfaceHolder
.
SURFACE_TYPE_PUSH_BUFFERS
);
controlInflater
=
LayoutInflater
.
from
(
getBaseContext
());
View
viewControl
=
controlInflater
.
inflate
(
R
.
layout
.
control
,
null
);
LayoutParams
layoutParamsControl
=
new
LayoutParams
(
LayoutParams
.
FILL_PARENT
,
LayoutParams
.
FILL_PARENT
);
this
.
addContentView
(
viewControl
,
layoutParamsControl
);
Button
button
=
(
Button
)
viewControl
.
findViewById
(
R
.
id
.
takepicture
);
button
.
setOnClickListener
(
new
View
.
OnClickListener
()
{
@Override
public
void
onClick
(
View
v
)
{
camera
.
setOneShotPreviewCallback
(
new
Camera
.
PreviewCallback
()
{
@Override
public
void
onPreviewFrame
(
byte
[]
data
,
Camera
camera
)
{
Camera
.
Parameters
params
=
camera
.
getParameters
();
int
w
=
params
.
getPreviewSize
().
width
;
int
h
=
params
.
getPreviewSize
().
height
;
int
format
=
params
.
getPreviewFormat
();
YuvImage
image
=
new
YuvImage
(
data
,
format
,
w
,
h
,
null
);
ByteArrayOutputStream
out
=
new
ByteArrayOutputStream
();
Rect
area
=
new
Rect
(
0
,
0
,
w
,
h
);
image
.
compressToJpeg
(
area
,
50
,
out
);
Bitmap
bm
=
BitmapFactory
.
decodeByteArray
(
out
.
toByteArray
(),
0
,
out
.
size
());
//ivCam.setImageBitmap(bm);
System
.
out
.
println
(
"Picture taken"
);
}
});
}
});
}
@Override
public
void
surfaceChanged
(
SurfaceHolder
holder
,
int
format
,
int
width
,
int
height
)
{
// TODO Auto-generated method stub
if
(
previewing
){
camera
.
stopPreview
();
previewing
=
false
;
}
if
(
camera
!=
null
){
try
{
camera
.
setPreviewDisplay
(
surfaceHolder
);
camera
.
startPreview
();
previewing
=
true
;
}
catch
(
IOException
e
)
{
// TODO Auto-generated catch block
e
.
printStackTrace
();
}
}
}
@Override
public
void
surfaceCreated
(
SurfaceHolder
holder
)
{
// TODO Auto-generated method stub
camera
=
Camera
.
open
();
camera
.
setDisplayOrientation
(
90
);
}
@Override
public
void
surfaceDestroyed
(
SurfaceHolder
holder
)
{
// TODO Auto-generated method stub
camera
.
stopPreview
();
camera
.
release
();
camera
=
null
;
previewing
=
false
;
}
}
\ No newline at end of file
app/src/main/java/com/aluxoft/earrecognition/intents/IntentSearchFeatures.java
View file @
496dc6b2
...
...
@@ -2,6 +2,8 @@ package com.aluxoft.earrecognition.intents;
import
android.app.Activity
;
import
android.content.Intent
;
import
android.database.Cursor
;
import
android.net.Uri
;
import
android.os.Bundle
;
import
com.aluxoft.earrecognition.activities.SelectFollowupActivity
;
...
...
@@ -14,10 +16,23 @@ public class IntentSearchFeatures extends Activity{
@Override
protected
void
onCreate
(
Bundle
saveInstanceState
)
{
super
.
onCreate
(
saveInstanceState
);
Cursor
c
=
this
.
managedQuery
(
Uri
.
parse
(
"content://org.commcare.dalvik.case/casedb/case"
),
null
,
null
,
null
,
null
);
StringBuffer
buffer
=
new
StringBuffer
();
while
(
c
.
moveToNext
())
{
String
caseId
=
c
.
getString
(
c
.
getColumnIndex
(
"case_id"
));
if
(
caseId
!=
null
)
{
buffer
.
append
(
" "
);
buffer
.
append
(
caseId
);
}
}
Intent
returningIntent
=
new
Intent
(
getIntent
());
returningIntent
.
putExtra
(
"ear_search_result"
,
"Juan"
);
buffer
.
toString
().
trim
()
);
this
.
setResult
(
Activity
.
RESULT_OK
,
returningIntent
);
finish
();
...
...
app/src/main/res/layout/control.xml
0 → 100644
View file @
496dc6b2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
android:gravity=
"bottom"
android:weightSum=
"1"
>
<ImageView
android:layout_width=
"match_parent"
android:layout_height=
"wrap_content"
android:id=
"@+id/imageView4"
android:background=
"@mipmap/ear_transparent"
android:layout_weight=
"0.80"
/>
<Button
android:id=
"@+id/takepicture"
android:layout_width=
"wrap_content"
android:layout_height=
"wrap_content"
android:text=
" * Take Picture "
android:layout_gravity=
"right"
android:layout_margin=
"10px"
/>
</LinearLayout>
\ No newline at end of file
app/src/main/res/layout/preview_layout.xml
0 → 100644
View file @
496dc6b2
<?xml version="1.0" encoding="utf-8"?>
<LinearLayout
xmlns:android=
"http://schemas.android.com/apk/res/android"
android:orientation=
"vertical"
android:layout_width=
"fill_parent"
android:layout_height=
"fill_parent"
>
<SurfaceView
android:id=
"@+id/camerapreview"
android:layout_width=
"fill_parent"
android:layout_height=
"wrap_content"
/>
</LinearLayout>
\ No newline at end of file
app/src/main/res/mipmap-hdpi/ear_transparent.png
0 → 100644
View file @
496dc6b2
1.54 KB
app/src/main/res/mipmap-mdpi/ear_transparent.png
0 → 100644
View file @
496dc6b2
970 Bytes
app/src/main/res/mipmap-xhdpi/ear_transparent.png
0 → 100644
View file @
496dc6b2
2.11 KB
app/src/main/res/mipmap-xxhdpi/ear_transparent.png
0 → 100644
View file @
496dc6b2
3.41 KB
app/src/main/res/mipmap-xxxhdpi/ear_transparent.png
0 → 100644
View file @
496dc6b2
4.87 KB
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