Dear,
I download the "opencv-3.2.0-android-sdk.zip" file to develop an Android application for commercial. Btw, when i using tool to check the license of my application (include the "sdk" folder of "opencv-3.2.0-android-sdk.zip") then i got warning messages about ffmpeg tool is using. For example:
/sdk/java/javadoc/org/opencv/videoio/Videoio.html
/sdk/java/src/org/opencv/videoio/Videoio.java
...
I know that OpenCV include some ffmpeg source code for video processing. My questions are:
Are we allowed to use this ffmpeg part for Android commercial application"?
If no, how can i remove the part of ffmpeg under "sdk" folder (source code, java doc,..) ? (since my application does not use this function).
I appreciate your answer, thank you very much.