I'm developing an Android app works with image captured from camera. I decided to use native C as the main processing.
I just learn about Jni few days ago and build some simple app with this, but I don't know how to passing image captured from camera to C function.
Please tell me how to do it or give a detail example is best.
Thanks.