10

Does android-NDK support direct camera access? There is no Camera.h in my NDK folder.

Alex Cohn
  • 56,089
  • 9
  • 113
  • 307
Zixuan Wang
  • 111
  • 1
  • 1
  • 3

1 Answers1

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