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

Commit

Permalink
Merge pull request #363 from luxonis/depthai_viewer
Browse files Browse the repository at this point in the history
Depthai viewer
  • Loading branch information
Erol444 authored Mar 11, 2024
2 parents 76380fd + ac55364 commit fb3f834
Show file tree
Hide file tree
Showing 7 changed files with 12 additions and 12 deletions.
Binary file added source/_static/images/oak-d-pro.webp
Binary file not shown.
Binary file added source/_static/images/rae.webp
Binary file not shown.
4 changes: 4 additions & 0 deletions source/_static/js/navbar.js
Original file line number Diff line number Diff line change
Expand Up @@ -75,5 +75,9 @@ document.onreadystatechange = function(e) {
var main = document.querySelector("#lux-doc-navbar a:not([href^='/projects'])")
main.classList.add('lux-navbar-active')
}
// Put a script <script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/25303733.js"></script> at the end of the body
var html = '<script type="text/javascript" id="hs-script-loader" async defer src="//js-eu1.hs-scripts.com/25303733.js"><\/script>';
document.body.insertAdjacentHTML('beforeend', html);
// Append the script element to the body (or any other target element)
}
}
4 changes: 2 additions & 2 deletions source/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ DepthAI's Documentation
</div>
<div class="item-img-wrapper">
<a href='pages/tutorials/first_steps/#first-steps-with-depthai'>
<img class="item-img" src="https://github.com/luxonis/depthai-docs-website/assets/18037362/becb32f5-0a91-48de-b786-7cefd1a18ec1"
<img class="item-img" src="_static/images/oak-d-pro.webp"
alt="OAK Camera" />
</a>
</div>
Expand All @@ -27,7 +27,7 @@ DepthAI's Documentation
</div>
<div class="item-img-wrapper">
<a href='https://docs-beta.luxonis.com/hardware/rae/get-started'>
<img class="item-img" src="https://github.com/luxonis/depthai-docs-website/assets/18037362/149c65dc-99eb-4b3a-920b-1412e2aaf9cf"
<img class="item-img" src="_static/images/rae.webp"
alt="RAE Robot" />
</a>
</div>
Expand Down
7 changes: 3 additions & 4 deletions source/pages/faq.rst
Original file line number Diff line number Diff line change
Expand Up @@ -401,10 +401,9 @@ Hardware for Each Case:
Getting Started with Development
********************************

Whether intending to use DepthAI with an :ref:`OS-capable host <withos>`, a :ref:`microcontroller over SPI <withmicrocontroller>`
(in development), or :ref:`completely standalone <standalone>` - we recommend starting with either
:ref:`NCS2 mode <ncsmode>` or with the `DepthAI USB API <https://docs.luxonis.com/projects/api/en/latest/install/>`__ for prototype/test/etc. as it allows faster iteration/feedback on
neural model performance/etc. And in particular, with NCS2 mode, all the images/video can be used directly from the host (so that you don't have to point the camera at the thing you want to test).
Whether intending to use DepthAI with an :ref:`OS-capable host <withos>` or :ref:`completely standalone <standalone>` - we recommend starting with
the `DepthAI API <https://docs.luxonis.com/projects/api/en/latest/install/>`__ for prototype/test/etc. as it allows faster iteration/feedback on
neural model performance/etc.

In DepthAI mode, theoretically, anything that will run in NCS2 mode will run - but sometimes it needs host-side processing if it's a network we've never run
before. And this work is usually not heavy lifting. See some examples `here <https://docs.luxonis.com/en/latest/#example-use-cases>`__ and in out `Github <https://github.com/luxonis/depthai-experiments>`__.
Expand Down
7 changes: 3 additions & 4 deletions source/pages/troubleshooting.rst
Original file line number Diff line number Diff line change
Expand Up @@ -37,11 +37,10 @@ If these commands didn't return the expected log, see :ref:`Support` page.
Reporting firmware crash dump
#############################

On our latest ``develop`` branch (to be released on version **2.21**) of depthai API we have added crash dump feature. Steps to create a crash dump:
Steps to create a crash dump:

1. [Prerequisite] Have correct depthai version installed. Checkout to ``develop`` branch and execute `this file <https://github.com/luxonis/depthai-python/blob/develop/examples/install_requirements.py>`__ by running ``python3 examples/install_requirements.py``
2. Run a code that causes the firmware crash
3. On depthai-python repo, execute `this file <https://github.com/luxonis/depthai-python/blob/develop/examples/CrashReport/crash_report.py>`__ by running ``python3 examples/CrashReport/crash_report.py``
1. Run a code that causes the firmware crash
2. Run `Crash report script <https://docs.luxonis.com/projects/api/en/latest/samples/crash_report/crash_report/>`__

Afterwards, please send the generated .txt file to us (email/github/forum), and our development team will try to fix the cause of the crash as soon as possible.

Expand Down
2 changes: 0 additions & 2 deletions source/pages/tutorials/depthai_demo.rst
Original file line number Diff line number Diff line change
@@ -1,8 +1,6 @@
DepthAI Demo
############



DepthAI demo is a GUI application that was designed to quickly test some camera features. It is located at `luxonis/depthai repository <https://github.com/luxonis/depthai#depthai-api-demo-program>`__ on Github.

Using other models
Expand Down

0 comments on commit fb3f834

Please sign in to comment.