How to use android ndk to access camera
android, android-camera, android-ndk, c++
Solution
You're probably going to need some kind of JNI action... Here is an SO Post that seems to address it: take a picture with android ndk - camera api
Problem
Does android-NDK support direct camera access? There is no Camera.h in my NDK folder.