Ask Your Question

Sodapop's profile - activity

2015-06-09 06:03:35 -0600 received badge  Supporter (source)
2015-06-08 08:48:43 -0600 received badge  Student (source)
2015-06-08 08:47:59 -0600 asked a question Get and process Camera Frames in Android

Hi guys,

I've already developed a desktop application in c++ and now I'm trying to make an app out of it. I have trouble getting access to the camera stream. All i want to do is to get the camera frames and hand it to the JNI. My first approach was to get the Preview Frames and send those to the Jni, but that was very inconsistent. Is there a way to do this with the OpenCV Android library?

I found: http://docs.opencv.org/java/org/opencv/android/CameraBridgeViewBase.html, but couldn't get it to work at all.

Again on a desktop computer it is rather easy with VideoCapture. Can someone tell me how to implement a simple frame grabber in Android? What would be the best way to grab a frame and send it to the JNI?

Thank you, Soda