take a picture with android ndk - camera api

前端 未结 4 1025
误落风尘
误落风尘 2020-12-09 18:47

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

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

4条回答
  •  一整个雨季
    2020-12-09 19:17

    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

提交回复
热议问题