take a picture with android ndk - camera api

前端 未结 4 1024
误落风尘
误落风尘 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:19

    Post Android 7 or API version 24 : Camera 2 APIs are possible not just in Java space but in the native(NDK/C++) space too. This article give you all the details with code.

提交回复
热议问题