One example of an Android application that uses the NDK to read frames from a video file.
To build the application, you will need:
- Run Android Studio
- Select
Open an existing Android Studio project
- Navigate to the location at which you cloned this repo
- Build and/or run the project.
MediaTest provides no UI on the Android device. All output is represented in messages written to the Android log (e.g. visible via logcat).