Search code examples
androidcameraandroid-ndkandroid-camera

take a picture with android ndk - camera api


Is there a standarized API for taking pictures using Android NDK?

Or is it really necessary to go through Java for that?


Solution

  • Yes. It is necessary to go through Java. Since NDK access will be specific to particular hardware.

    Inspite there are few realizations through NDK.

    Check the following links for relevant details.

    http://nhenze.net/?p=253

    http://osdir.com/ml/android-ndk/2010-10/msg00518.html