Discover and explore top open-source AI tools and projects—updated daily.
orbbecSDK for 3D camera data acquisition and processing
Top 98.8% on SourcePulse
Orbbec SDK provides a development kit for Orbbec depth cameras, enabling integration of depth sensing and point cloud data. It targets developers working with Orbbec hardware, offering a unified codebase for both legacy OpenNI (v1) and modern UVC (v2) devices. The recent open-sourcing of v2 enhances flexibility and scalability for new Orbbec USB products.
How It Works
The SDK features two main branches: v1, supporting legacy OpenNI protocol devices with bug fixes, and v2, a newly open-sourced (Oct 2024) release for enhanced flexibility and scalability with UVC-compliant devices. This dual approach allows developers to maintain compatibility with older hardware while adopting newer Orbbec cameras.
Quick Start & Requirements
git clone https://github.com/orbbec/OrbbecSDK.git) or use binary packages.udev rule installation. Rendering on Linux/Arm samples needs OpenCV 4.2+.https://orbbec.github.io/OrbbecSDK/; API Reference: doc/api/English/index.html.Highlighted Details
OrbbecViewer, a GUI tool for camera data visualization and control across Windows, Linux, and macOS.Maintenance & Community
Orbbec 3D Club.Licensing & Compatibility
license file; the specific license type is not explicitly stated in the README.Limitations & Caveats
sudo and manual library copying.2 months ago
1 week
dusty-nv