Ask Your Question

mkrmpotic's profile - activity

2015-02-23 00:47:21 -0600 asked a question How to process video stream from source other than camera on Android?

I am developing an Android app that gets live video stream from a quadcopter (DJI Phantom 2 Vision+) in form of H.264 with resolution of 640x480. In the quadcopter's SDK the decoding part is made with method DJIGLSurfaceView.setDataToDecoder(byte[] buffer, int size). It is used for showing the video on the screen, on the DJIGLSurfaceView (which extends GLSurfaceView).

I would like to proccess that stream with OpenCV but I don't know how can I pass that stream to OpenCV?