Skip to content

Add waitAny wrapper and bindings#22939

Merged
asmorkalov merged 7 commits intoopencv:4.xfrom
stopmosk:21826-python-bindings-for-videocapturewaitany
Dec 14, 2022
Merged

Add waitAny wrapper and bindings#22939
asmorkalov merged 7 commits intoopencv:4.xfrom
stopmosk:21826-python-bindings-for-videocapturewaitany

Conversation

@stopmosk
Copy link
Copy Markdown
Contributor

@stopmosk stopmosk commented Dec 9, 2022

Add Python bindings for VideoCapture::waitAny #21826

Pull Request Readiness Checklist

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

  • I agree to contribute to the project under Apache 2 License.
  • 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
  • The PR is proposed to the proper branch
  • 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.
  • The feature is well documented and sample code can be built with the project CMake

@stopmosk stopmosk force-pushed the 21826-python-bindings-for-videocapturewaitany branch from 86af01c to 1bfa776 Compare December 13, 2022 09:51
@stopmosk stopmosk force-pushed the 21826-python-bindings-for-videocapturewaitany branch from 1bfa776 to 1fea106 Compare December 13, 2022 10:57
@stopmosk stopmosk requested a review from VadimLevin December 13, 2022 12:33
@stopmosk stopmosk force-pushed the 21826-python-bindings-for-videocapturewaitany branch from c20c322 to fccd46d Compare December 13, 2022 15:26
Copy link
Copy Markdown
Contributor

@VadimLevin VadimLevin left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM, but let's keep .gitignore unchanged

@stopmosk stopmosk force-pushed the 21826-python-bindings-for-videocapturewaitany branch from 91dbbf8 to 67b7394 Compare December 14, 2022 11:51
@stopmosk stopmosk self-assigned this Dec 14, 2022
@stopmosk stopmosk requested a review from VadimLevin December 14, 2022 16:32
@asmorkalov asmorkalov assigned VadimLevin and unassigned stopmosk Dec 14, 2022
@asmorkalov asmorkalov merged commit 8bd1716 into opencv:4.x Dec 14, 2022
@alalek alalek mentioned this pull request Jan 8, 2023
@asmorkalov asmorkalov added this to the 4.7.0 milestone Jan 23, 2023
a-sajjad72 pushed a commit to a-sajjad72/opencv that referenced this pull request Mar 30, 2023
…or-videocapturewaitany

Add Python bindings for VideoCapture::waitAny opencv#21826

### 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
- [x] 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
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