opencv/doc/tutorials/app
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
..
_old doc: tutorial refactor 2020-12-05 01:57:36 +03:00
images Merge pull request #25907 from Andy-SAKN:Andy-SAKN-add_orbbec 2024-07-18 17:27:00 +03:00
animations.markdown Merge pull request #25608 from sturkmen72:animated_webp_support 2024-12-20 13:06:28 +03:00
highgui_wayland_ubuntu.markdown Merge pull request #25496 from Kumataro:fix25495 2024-04-29 18:58:29 +03:00
intelperc.markdown Merge pull request #25907 from Andy-SAKN:Andy-SAKN-add_orbbec 2024-07-18 17:27:00 +03:00
kinect_openni.markdown Merge pull request #25813 from kaingwade:orbbec-astra 2024-07-01 10:55:35 +03:00
orbbec_astra_openni.markdown Merge pull request #25907 from Andy-SAKN:Andy-SAKN-add_orbbec 2024-07-18 17:27:00 +03:00
orbbec_uvc.markdown Merge pull request #27230 from sirudoi:4.x 2025-04-25 11:04:19 +03:00
raster_io_gdal.markdown Added TOC to most of tutorials 2020-12-07 19:13:54 +03:00
table_of_content_app.markdown Merge pull request #25608 from sturkmen72:animated_webp_support 2024-12-20 13:06:28 +03:00
trackbar.markdown fix 4.x links 2021-12-22 13:24:30 +00:00
video_input_psnr_ssim.markdown fix 4.x links 2021-12-22 13:24:30 +00:00
video_write.markdown fix 4.x links 2021-12-22 13:24:30 +00:00