Skip to content

MustafaMunir/Android-VideoStreamDecodingSample

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

9 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Android-VideoStreamDecodingSample

Introduction

This sample code demonstrates how to use FFmpeg for video frame parsing and to use the MediaCodec for hardware decoding. It will help to parse video frames and decode the raw video stream data from DJI Camera and output the YUV data.

Requirements

  • Android Studio 2.0+
  • Android System 4.2+
  • DJI Android SDK 3.3

Explanation

For this sample code's explanation, please refer to https://developer.dji.com/mobile-sdk/documentation/sample-code/index.html.

Feedback

We’d love to hear your feedback on this demo and tutorial.

Please use Github Issue or email oliver.ou@dji.com when you meet any problems of using this demo. At a minimum please let us know:

  • Which DJI Product you are using?
  • Which Android Device and Android system version you are using?
  • Which Android Studio version you are using?
  • A short description of your problem includes debugging logs or screenshots.
  • Any bugs or typos you come across.

License

Android-VideoStreamDecodingSample is available under the MIT license. Please see the LICENSE file for more info.

About

This sample project demonstrates how to use FFmpeg for video frame parsing and to use MediaCodec for hardware decoding on DJI Products.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C 94.7%
  • Java 3.6%
  • C++ 1.7%