Skip to content
This repository has been archived by the owner on Aug 26, 2024. It is now read-only.

Commit

Permalink
Updated index - to get started
Browse files Browse the repository at this point in the history
  • Loading branch information
Erol444 committed Nov 15, 2023
1 parent 9e90582 commit 2dff171
Show file tree
Hide file tree
Showing 3 changed files with 37 additions and 7 deletions.
Binary file added source/_static/images/tutorials/oak_cam.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file added source/_static/images/tutorials/rae_robot.png
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
44 changes: 37 additions & 7 deletions source/index.rst
Original file line number Diff line number Diff line change
@@ -1,22 +1,52 @@
DepthAI's Documentation
=======================

.. note::
.. raw:: html

<h5>Just received a device? Select the device you have below to get started:</h5>
<div class="items-container">
<div class="items-row">
<div class="items-col">
<div class="item" style="border-right-style: solid;border-right-width: 1px;">
<div class="item-body">
<h3 class="item-title" style="text-align: center;">OAK Camera</h3>
</div>
<div class="item-img-wrapper">
<a href='tutorials/first_steps/#first-steps-with-depthai'>
<img class="item-img" src="https://docs.luxonis.com/en/latest/_images/oak_cam.png"
alt="OAK Camera" />
</a>
</div>
</div>
</div>

<div class="items-col">
<div class="item">
<div class="item-body">
<h3 class="item-title" style="text-align: center;">RAE Robot</h3>
</div>
<div class="item-img-wrapper">
<a href='https://docs-beta.luxonis.com/hardware/rae/get-started'>
<img class="item-img" src="https://docs.luxonis.com/en/latest/_images/rae_robot.png"
alt="RAE Robot" />
</a>
</div>
</div>
</div>
</div>
</div>

Just received an OAK camera? Start :ref:`here <First steps with DepthAI>`!
DepthAI is a :ref:`Spatial AI <spatialai>` **platform** that is used for communication with and development of our devices; OAK cameras and RAE robots.

DepthAI is a :ref:`Spatial AI <spatialai>` **platform**, which allows **robots and computers** to **perceive the world like a
human** can - what objects or features are - and **where they are in physical world.**
It focuses on the combination of these **5 key features**:
It allows you to develop projects and products that require:

#. :ref:`Artificial Intelligence <AI / ML / NN>`
#. :ref:`Computer Vision`
#. :ref:`Depth perception` (`Stereo <https://docs.luxonis.com/projects/api/en/latest/components/nodes/stereo_depth/#internal-block-diagram-of-stereodepth-node>`__, `ToF <https://docs.luxonis.com/projects/hardware/en/latest/pages/DM0256/>`__)
#. Performant (high resolution and FPS, `multiple sensors <https://docs.luxonis.com/projects/hardware/en/latest/pages/articles/supported_sensors.html>`__)
#. Embedded, low power solution

DepthAI platform is a complete ecosystem of custom `hardware <https://docs.luxonis.com/projects/hardware/en/latest/>`__, firmware, and `software <https://docs.luxonis.com/projects/api/en/latest/>`__.
Best of all, it is modular and you can **integrate** this technology **into your products** (`docs here <https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/integrating_depthai_into_products.html>`__).
Best of all, it is modular and you can **integrate** this technology `into your products <https://docs.luxonis.com/projects/hardware/en/latest/pages/guides/integrating_depthai_into_products.html>`__.

Demo Script
-----------
Expand Down

0 comments on commit 2dff171

Please sign in to comment.