Android Vision Face Detection with Video Stream
问题 I am trying to integrate the face detection api in a video stream I am receiving from a parrot bebop drone. The stream is decoded with the MediaCodec class (http://developer.android.com/reference/android/media/MediaCodec.html) and this is working fine. Rather than rendering the decoded frame data to a surface view, I can successfully access the ByteBuffer with the decoded frame data from the decoder. I can also access the decoded image objects (class https://developer.android.com/reference