Reputation: 1719
I am new to the android. Createing image capturing application using opencv in Android. So I downloaded the opencv 2.4.2 sdk and used the sample "OpenCV Sample - face-detection". Now the camera open and detect well. Now I am going implement photo capturing with this existing face detection. How can I add capture button on opencv camera. Can anyone help me to do this.
Thanks, Karthi
Upvotes: 1
Views: 7371
Reputation: 3997
OpenCV native camera (aka VideoCapture class) doesn't support photo taking mode. Look at the Tutorial 1 sample that uses Android Java camera and read about it at http://developer.android.com/guide/topics/media/camera.html
Upvotes: 2