Android video frame processing

后端 未结 4 1322
[愿得一人]
[愿得一人] 2021-01-31 20:28

I am working on application that does some real time image processing on camera frames. For that, I use preview callback\'s method onPreviewFrame.
This works fi

4条回答
  •  忘了有多久
    2021-01-31 20:47

    You should probably take a look at the OpenCV library. It has methods that allow you to receive full frames.

提交回复
热议问题