Replies: 2 comments 6 replies
-
I don't own an Orbbec camera, so it is hard for me to test/support it. I do have a K4A camera, thought not sure how close the https://github.com/orbbec/OrbbecSDK-K4A-Wrapper would be from OrbbecSDK v2 to try it, and if it even works with K4A camera (looks like the wrapper is more targeting apps using K4A SDK to be compatible with Femto cameras, though no mention if using the wrapper with K4A camera would still work). |
Beta Was this translation helpful? Give feedback.
-
The Orbbec SDK v2 integration has been merged to master, to use it:
Note that the code requires that OrbbecSDK v2 is built with that patch: orbbec/OrbbecSDK_v2#107. If you are using their latest v2 binary release and if you don't have OrbbecSDK v1 already installed, you could edit the main Line 703 in f0dab18 - find_package(OrbbecSDK 2 QUIET)
+ find_package(OrbbecSDK QUIET) |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hello •ᴗ•
Considering the fact that the new SDK v2 of Orbbec, which is the main SDK for all Orbbec Camera for now isn't OpenNI compatible (and won't be). Do you have any plan of adding support for this SDK which will allow all Orbbec Cameras to be compatible with RTAB-Map ?
Also, good to mention that the SDK V1 which still work, is using OpenNI1, so even using this old SDK we can't use RTAB-Map.
Adding support for this SDK v2 would allow all Orbbec Cameras to be able to use RTAB-Map •ᴗ•
Everything is explained in the description of this Git Repo : OrbbecSDK
Also, good to mention there is a repo that add OpenNI2 capacities to some Orbbec Cameras, but this only target old Orbbec camera which aren't produced anymore (old Astra series). OpenNI_SDK
Thanks !
Beta Was this translation helpful? Give feedback.
All reactions