|
1 | 1 | # Spectacular AI SDK
|
2 | 2 |
|
3 |
| -The SDK performs 6-DoF pose tracking based on visual-inertial odometry (VIO), the fusion of camera and IMU data. |
| 3 | +**Spectacular AI SDK** fuses data from cameras and IMU sensors (accelerometer and gyroscope) |
| 4 | +and outputs an accurate 6-degree-of-freedom pose of a device. |
| 5 | +The SDK also includes a _Mapping API_ that can be used to access the full SLAM map for |
| 6 | +both real-time and offline 3D reconstruction use cases. |
4 | 7 |
|
5 |
| -## Download |
| 8 | +This repository contains the public parts of the SDK source code, in particular, command line tooling. |
6 | 9 |
|
7 |
| -The SDK is available for non-commercial use on following platforms: |
| 10 | +### Quick links |
8 | 11 |
|
9 |
| -* Luxonis OAK-Ds via PyPi with `pip install spectacularai` and for C++ at [Releases](https://github.com/SpectacularAI/sdk/releases/latest) |
10 |
| -* Intel RealSense D455 & D435i for C++ at [Releases](https://github.com/SpectacularAI/sdk/releases/latest) |
11 |
| -* Orbbec Astra 2, Femto Bolt and Femto Mega for C++ on Linux at [Releases](https://github.com/SpectacularAI/sdk/releases/latest) |
12 |
| -* Azure Kinect [1.24.0 Release](https://github.com/SpectacularAI/sdk/releases/tag/v1.24.0) * |
13 |
| -* iPhones & iPads (recording & offline usage only) in the [App Store](https://apps.apple.com/us/app/spectacular-rec/id6473188128) |
14 |
| -* Android in the [Play Store](https://play.google.com/store/apps/details?id=com.spectacularai.rec&pcampaignid=web_share) |
15 |
| - |
16 |
| -*) Azure Kinect was discontinue by Microsoft and [they've licensed the ToF technology found in Kinect to Orbbec](https://www.orbbec.com/microsoft-collaboration/), we support Femto Bolt and Femto Mega which use the same ToF sensor as Azure Kinect. |
17 |
| - |
18 |
| -For more alternatives (support for other devices), CPU architectures (ARM) and commercial licensing options, please contact us at https://www.spectacularai.com. |
19 |
| - |
20 |
| -## Examples |
21 |
| - |
22 |
| -See https://github.com/SpectacularAI/sdk-examples for examples on how to use the SDK. |
| 12 | +#### [SDK documentation](https://spectacularai.github.io/docs/sdk/) |
| 13 | +#### [SDK examples](https://github.com/SpectacularAI/sdk-examples) |
| 14 | +#### [C++ release packages](https://github.com/SpectacularAI/sdk/releases) |
| 15 | +#### [Spectacular AI Website](https://www.spectacularai.com/) |
23 | 16 |
|
24 | 17 | ## License
|
25 | 18 |
|
26 |
| -Free for non-commercial use. |
| 19 | +Free for non-commercial use. For commerical licensing options and more SDK variants (ARM binaries & C++ API), |
| 20 | +contact us at https://www.spectacularai.com/#contact . |
27 | 21 |
|
28 | 22 | A list of 3rd party copyright notices that should be included in redistributions is included within the release packages.
|
0 commit comments