Skip to content
Merged
Show file tree
Hide file tree
Changes from 3 commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 0 additions & 1 deletion docs/conf.py.in
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,6 @@ copyright = u"@build_year@, Luxonis"
author = "Luxonis"
version = u"@DEPTHAI_PYTHON_VERSION@"
release = version
pypi_release = "2.0.0.1"


# -- General configuration ---------------------------------------------------
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/01_rgb_preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/02_mono_preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/03_depth_preview.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/04_rgb_encoding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -27,10 +27,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/05_rgb_mono_encoding.rst
Original file line number Diff line number Diff line change
Expand Up @@ -25,10 +25,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/06_rgb_full_resolution_saver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/07_mono_full_resolution_saver.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/08_rgb_mobilenet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/09_mono_mobilenet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/10_mono_depth_mobilenetssd.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/11_rgb_encoding_mono_mobilenet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/12_rgb_encoding_mono_mobilenet_depth.rst
Original file line number Diff line number Diff line change
Expand Up @@ -28,10 +28,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/13_encoding_max_limit.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/14_color_camera_control.rst
Original file line number Diff line number Diff line change
Expand Up @@ -24,10 +24,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/15_rgb_mobilenet_4k.rst
Original file line number Diff line number Diff line change
Expand Up @@ -20,10 +20,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/16_device_queue_event.rst
Original file line number Diff line number Diff line change
Expand Up @@ -19,10 +19,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/17_video_mobilenet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/18_rgb_encoding_mobilenet.rst
Original file line number Diff line number Diff line change
Expand Up @@ -26,10 +26,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/21_mobilenet_decoding_on_device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/22_tiny_tolo_v3_decoding_on_device.rst
Original file line number Diff line number Diff line change
Expand Up @@ -21,10 +21,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/23_autoexposure_roi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -18,10 +18,10 @@ Setup

Please run the following command to install the required dependencies

.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down
6 changes: 3 additions & 3 deletions docs/source/samples/24_opencv_support.rst
Original file line number Diff line number Diff line change
Expand Up @@ -11,10 +11,10 @@ Setup
Please run the following command to install the required dependencies


.. code-block:: bash
:substitutions:
.. code-block:: python
:substitutions:

python3 -m pip install depthai==2.0.0.1 numpy==1.19.5 opencv-python==4.5.1.48
python3 -m pip install -U depthai opencv-python


For additional information, please follow :ref:`Python API installation guide <Installation - Python>`
Expand Down