CARVIEW |
Navigation Menu
-
-
Notifications
You must be signed in to change notification settings - Fork 56.2k
add support Orbbec Gemini2 and Gemini2 XL camera #24666
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Conversation
|
@WanliZhong @fengyuentau Could you try it with camera? |
OK, I will test |
Extra spaces have been removed |
@WanliZhong Add note that some Orbbec cameras do not support Linux kernels version.Please check. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
As the comment says: "Astra2, Gemini2, and Gemini2L cameras currently only support Windows and Linux kernel versions 4.15, and higher versions of Linux kernel may have exceptions"
The issue will be fixed after 4.9.0 in a separate PR
CMakeLists.txt
Outdated
@@ -468,6 +467,7 @@ OCV_OPTION(WITH_ONNX "Include Microsoft ONNX Runtime support" OFF | |||
OCV_OPTION(WITH_TIMVX "Include Tim-VX support" OFF | |||
VISIBLE_IF TRUE | |||
VERIFY HAVE_TIMVX) | |||
# attention: Astra2, Gemini2, and Gemini2L cameras currently only support Windows and Linux kernel versions <= 4.15, and higher versions of Linux kernel may have exceptions. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The statement about kernel version is not clear. Do you mean, that camera requires kernel 4.15 or older?
Please add reference to the camera documentation, ticket or whatever to track support status.
@@ -128,7 +128,7 @@ enum VideoCaptureAPIs { | |||
CAP_INTEL_MFX = 2300, //!< Intel MediaSDK | |||
CAP_XINE = 2400, //!< XINE engine (Linux) | |||
CAP_UEYE = 2500, //!< uEye Camera API | |||
CAP_OBSENSOR = 2600, //!< For Orbbec 3D-Sensor device/module (Astra+, Femto) | |||
CAP_OBSENSOR = 2600, //!< For Orbbec 3D-Sensor device/module (Astra+, Femto, Astra2, Gemini2, Gemini2L, Gemini2XL, Femto Mega) attention: Astra2, Gemini2, and Gemini2L cameras currently only support Windows and Linux kernel versions 4.15, and higher versions of Linux kernel may have exceptions |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
The same.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I have resolved this issue.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Add support for Orbbec Gemini2 and Gemini2 XL camera opencv#24666 ### 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
Pull Request Readiness Checklist
See details at https://github.com/opencv/opencv/wiki/How_to_contribute#making-a-good-pull-request