Does android-NDK support direct camera access? There is no Camera.h in my NDK folder.
Asked
Active
Viewed 2.0k times
10
-
2AFAIK, camera access is only from Java. – CommonsWare Jul 25 '12 at 00:01
-
2You should be able to call the Java methods from native code though, right? – i_am_jorf Jul 25 '12 at 00:05
1 Answers
4
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

Community
- 1
- 1

Salil Pandit
- 1,498
- 10
- 13