mirror of
https://github.com/opencv/opencv.git
synced 2024-11-29 13:47:32 +08:00
Open Source Computer Vision Library
47fb79bd8c
videoio: add Orbbec Gemini 2 and Astra 2 camera support ### Test Result | OS | Compiler | Camera | Result | |-----|-----------|---------|--------| |Windows11| (VS2022)MSVC17.3|Orbbec Gemini 2|Pass| |Windows11| (VS2022)MSVC17.3|Orbbec Astra 2|Pass| |Ubuntu22.04|GCC9.2|Orbbec Gemini 2|Pass| |Ubuntu22.04|GCC9.2|Orbbec Astra 2|Pass| ### Pull Request Readiness Checklist - [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] The feature is well documented and sample code can be built with the project CMake |
||
---|---|---|
.github | ||
3rdparty | ||
apps | ||
cmake | ||
data | ||
doc | ||
include | ||
modules | ||
platforms | ||
samples | ||
.editorconfig | ||
.gitattributes | ||
.gitignore | ||
CMakeLists.txt | ||
CONTRIBUTING.md | ||
COPYRIGHT | ||
LICENSE | ||
README.md | ||
SECURITY.md |
OpenCV: Open Source Computer Vision Library
Resources
- Homepage: https://opencv.org
- Courses: https://opencv.org/courses
- Docs: https://docs.opencv.org/4.x/
- Q&A forum: https://forum.opencv.org
- previous forum (read only): http://answers.opencv.org
- Issue tracking: https://github.com/opencv/opencv/issues
- Additional OpenCV functionality: https://github.com/opencv/opencv_contrib
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.