Ask Your Question

CharlesDum's profile - activity

2015-06-18 23:27:58 -0600 asked a question How capture camera frame on android c++ native activity

I need to capture frames from camera in a c++ application on android. It worked with kitkat but it seems imposssible with lollipop. My app is all in c++ with native app glue, how should I proceed to grab pictures ?

Can I use jni to call from my c++ activity a java methode wich will grab a picture and then send data back to my c++ code ?