Skip to content

Fix issues: #22214 and #22198#22227

Merged
asmorkalov merged 1 commit intoopencv:4.xfrom
danopdev:issue-22198
Sep 14, 2022
Merged

Fix issues: #22214 and #22198#22227
asmorkalov merged 1 commit intoopencv:4.xfrom
danopdev:issue-22198

Conversation

@danopdev
Copy link
Copy Markdown
Contributor

Android back-end for VideoCapture from video files improvements:

  • after the open the following informations are available: width, height, fps, orientation (if built with API level >= 28), frame count (if built with API level >= 29)
  • add support for CAP_PROP_ORIENTATION_AUTO (if built with API level >= 28)
  • decode using video height and not the height aligned for the encode (ex: 1080 instead of 1088)

Pull Request Readiness Checklist

See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request

  • [ x ] I agree to contribute to the project under Apache 2 License.
  • [ x ] To the best of my knowledge, the proposed patch is not based on a code under GPL or another license that is incompatible with OpenCV
  • [ x ] The PR is proposed to the proper branch
  • [ x ] There is a reference to the original bug report and related work
  • There is accuracy test, performance test and test data in opencv_extra repository, if applicable
    Patch to opencv_extra has the same branch name.
  • [ x ] The feature is well documented and sample code can be built with the project CMake

@asmorkalov
Copy link
Copy Markdown
Contributor

@danopdev Could you squash commits and then I'll merge the PR.

@danopdev
Copy link
Copy Markdown
Contributor Author

It's done.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants