Skip to content

Commit 9465f4f

Browse files
authored
Update README.md
Replace verbose README with links to relevant docs and examples.
1 parent d3e4a4d commit 9465f4f

File tree

1 file changed

+12
-18
lines changed

1 file changed

+12
-18
lines changed

README.md

Lines changed: 12 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,22 @@
11
# Spectacular AI SDK
22

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.
47

5-
## Download
8+
This repository contains the public parts of the SDK source code, in particular, command line tooling.
69

7-
The SDK is available for non-commercial use on following platforms:
10+
### Quick links
811

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/)
2316

2417
## License
2518

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 .
2721

2822
A list of 3rd party copyright notices that should be included in redistributions is included within the release packages.

0 commit comments

Comments
 (0)