Real Time Image Processing in Android using the NDK

前端 未结 3 1168
长发绾君心
长发绾君心 2021-01-15 18:04

Using an Android (2.3.3) phone, I can use the camera to retrieve a preview with the onPreviewFrame(byte[] data, Camera camera) method to get the YUV image.

3条回答
  •  無奈伤痛
    2021-01-15 18:13

    Have you considered using OpenCV's Android port? It can do a lot more than just color conversion, and it's quite fast.

提交回复
热议问题