opencv/doc/tutorials
sirudoi 485c7d5be7
Merge pull request #27230 from sirudoi:4.x
videoio: add Orbbec Gemini 330 camera support #27230

### 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] The feature is well documented and sample code can be built with the project CMake

### Description of Changes
#### motivated:
- Orbbec has launched a new RGB-D camera — the Gemini 330. To fully leverage the capabilities of the Gemini 330, Orbbec simultaneously released version 2 of the open-source OrbbecSDK. This PR adapts the support for the Gemini 330 series cameras to better meet and respond to users’ application requirements.
#### change:
- Add support for the Orbbec Gemini330 camera.
- Fixed an issue with Femto Mega on Windows 10/11; for details, see [issue](https://github.com/opencv/opencv/pull/23237#issuecomment-2242347295).
- When enabling `HAVE_OBSENSOR_ORBBEC_SDK`, the build now fetches version 2 of the OrbbecSDK, and the sample API calls have been updated to the v2 format.

### Testing
|     OS     |                Compiler                 |      Camera       | Result |
|:----------:|:---------------------------------------:|:-----------------:|:------:|
| Windows 11 | (VS2022) MSVC runtime library version 14.40       | Gemini 335/336L   | Pass   |
| Windows 11 | (VS2022) MSVC runtime library version 14.19       | Gemini 335/336L   | Pass   |
| Ubuntu22.04| GCC 11.4                               | Gemini 335/336L   | Pass   |
| Ubuntu18.04| GCC 7.5                                | Gemini 335/336L   | Pass   |

### Acknowledgements
Thank you to the OpenCV team for the continuous support and for creating such a robust open source project. I appreciate the valuable feedback from the community and reviewers, which has helped improve the quality of this contribution!
2025-04-25 11:04:19 +03:00
..
app Merge pull request #27230 from sirudoi:4.x 2025-04-25 11:04:19 +03:00
calib3d Merge pull request #27221 from shyama7004:docChanges 2025-04-21 21:15:37 +03:00
core Merge pull request #26441 from sturkmen72:upd_tutorials 2025-03-11 16:17:21 +03:00
dnn Merge pull request #26441 from sturkmen72:upd_tutorials 2025-03-11 16:17:21 +03:00
features2d Merge remote-tracking branch 'upstream/3.4' into merge-3.4 2022-10-15 16:44:47 +00:00
gapi Typos and formating fixes. 2022-10-04 15:52:38 +03:00
gpu fix 4.x links 2021-12-22 13:24:30 +00:00
imgproc Merge pull request #26441 from sturkmen72:upd_tutorials 2025-03-11 16:17:21 +03:00
introduction Fix configuring with CMake version 4 2025-04-02 13:45:08 -07:00
ios Fix typos in tutorials within docs/ 2022-03-17 16:06:54 -04:00
objdetect fix the not working link 2025-03-07 17:39:49 +05:30
others Added python branch to stitching tutorial. 2024-08-19 16:28:15 +03:00
tutorials.markdown Merge pull request #23018 from stopmosk:move-aruco-tutorial 2024-02-26 14:57:46 +03:00