Go to file
Hashem Zavvari 6eb34716b8
Merge pull request #22635 from hzawary:4.x
Setting CAP_PROP_AUTO_EXPOSURE on VideoCapture with backend DSHOW does not change anything. Now with this implementation the property can be used with value 1 for availability.
2022-10-18 11:13:08 +03:00
.github Workflow Ubuntu 20.04 x64 with CUDA support (4.x) 2022-10-12 14:41:19 +03:00
3rdparty cosmetic changes 2022-10-16 04:05:20 +03:00
apps Add new params 2022-08-05 15:08:16 +03:00
cmake Merge pull request #22527 from paroj:misc 2022-10-16 19:08:13 +00:00
data fix files permissions 2020-04-13 04:29:55 +00:00
doc Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-10-15 16:44:47 +00:00
include
modules Merge pull request #22635 from hzawary:4.x 2022-10-18 11:13:08 +03:00
platforms Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-10-15 16:44:47 +00:00
samples Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-10-15 16:44:47 +00:00
.editorconfig
.gitattributes
.gitignore Merge pull request #17165 from komakai:objc-binding 2020-06-08 18:32:53 +00:00
CMakeLists.txt cosmetic changes 2022-10-16 04:05:20 +03:00
CONTRIBUTING.md
COPYRIGHT copyright: 2022 2022-01-04 12:49:15 +00:00
LICENSE copyright: 2022 2022-01-04 12:48:27 +00:00
README.md fix 4.x links 2021-12-22 13:24:30 +00:00
SECURITY.md

OpenCV: Open Source Computer Vision Library

Resources

Contributing

Please read the contribution guidelines before starting work on a pull request.

Summary of the guidelines:

  • One pull request per issue;
  • Choose the right base branch;
  • Include tests and documentation;
  • Clean up "oops" commits before submitting;
  • Follow the coding style guide.