We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 8fa23df + 4e16864 commit 1323a10Copy full SHA for 1323a10
docs/source/tutorials/hello_world.rst
@@ -22,7 +22,7 @@ Let's get your development environment setup first. This tutorial uses:
22
23
- Python 3.6 (Ubuntu) or Python 3.7 (Raspbian).
24
- The DepthAI :ref:`Python API <Installation>`
25
-- The :code:`cv2` and :code:`numpy` Python modules.
+- The :code:`cv2`, :code:`blobconverter` and :code:`numpy` Python modules.
26
27
28
Code Overview
@@ -58,7 +58,7 @@ Download and install the requirements for this tutorial:
58
59
.. code-block:: bash
60
61
- python3 -m pip install numpy opencv-python depthai --user
+ python3 -m pip install numpy opencv-python depthai blobconverter --user
62
63
64
Test your environment
0 commit comments