How do I get the raw Android camera buffer in C using JNI?

后端 未结 3 484
南旧
南旧 2020-12-04 16:10

I\'ve been searching Google and StackOverflow exhaustively and cannot find this. Maybe I\'m missing something obvious. Thanks!

(This is because the Java implementa

3条回答
  •  [愿得一人]
    2020-12-04 16:28

    Have you taken a look at OpenCV for Android. Their advanced tutorials show how to use JNI and there is a NativeProcessor object in their camera package.

提交回复
热议问题