Ask Your Question

mandroid's profile - activity

2014-08-04 04:42:22 -0600 received badge  Notable Question (source)
2013-09-30 03:56:58 -0600 received badge  Popular Question (source)
2013-03-16 06:36:04 -0600 received badge  Nice Answer (source)
2012-07-26 21:27:27 -0600 received badge  Editor (source)
2012-07-26 21:26:41 -0600 commented answer face recognition for android

Is there a android example?

2012-07-26 21:22:10 -0600 answered a question face recognition for android

Is there working example for facerecognition on android using 2.4 OpenCV?

2012-07-25 02:27:22 -0600 received badge  Student (source)
2012-07-24 06:27:45 -0600 received badge  Self-Learner (source)
2012-07-24 06:27:45 -0600 received badge  Teacher (source)
2012-07-23 20:44:08 -0600 answered a question Is it possible to use front camera with 2.4.2 for android?

Found it opencv.willowgarage.com/wiki/Android2.3.0

mCamera = new VideoCapture(Highgui.CV_CAP_ANDROID+1); // "+1" for front camera

2012-07-23 20:37:57 -0600 asked a question Is it possible to use front camera with 2.4.2 for android?

For face detection I would like to use front facing camera, is it possible?