Skip to content

Commit 4b4da68

Browse files
committed
Update documentation
1 parent 33bf966 commit 4b4da68

File tree

5 files changed

+8
-8
lines changed

5 files changed

+8
-8
lines changed

docs/source/samples/calibration_flash.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calibration Flash
22
=================
33

4-
This example shows how to flash calibration data (version 6 of EEPROM data).
4+
This example shows how to flash calibration data of version 6 (gen2 calibration data) to the device.
55

66
.. rubric:: Similiar samples:
77

docs/source/samples/calibration_flash_v5.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calibration Flash v5
22
====================
33

4-
This example shows how to flash calibration data (version 5 of EEPROM data).
4+
This example shows how to flash calibration data of version 5 (gen1 calibration data) to the device.
55

66
.. rubric:: Similiar samples:
77

docs/source/samples/calibration_load.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calibration Load
22
================
33

4-
This example shows how to load and use calibration data in a pipeline. CalibrationHandler loads version 6 of EEPROM data.
4+
This example shows how to load and use calibration data of version6 (gen2 calibration data) in a pipeline.
55

66
.. rubric:: Similiar samples:
77

docs/source/samples/calibration_reader.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Calibration Reader
22
==================
33

4-
This example shows how to read calibration data.
4+
This example shows how to read calibration data stored on device over XLink.
55

66
.. rubric:: Similiar samples:
77

docs/source/tutorials/mixed_samples.rst

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ Mixed
1919
- :ref:`OpenCV support` - Demonstrates how to retrieve an image frame as an OpenCV frame
2020
- :ref:`Device Queue Event` - Demonstrates how to use device queue events
2121
- :ref:`Queue add callback` - Demonstrates how to use queue callbacks
22-
- :ref:`Calibration Flash v5` - Demonstrates how to write API over XLink (CalibrationHandler is v5)
23-
- :ref:`Calibration Flash` - Demonstrates how to write API over XLink (CalibrationHandler is v6)
24-
- :ref:`Calibration Reader` - Demonstrates how to read API over XLink
25-
- :ref:`Calibration Load` - Demonstrates how to load and use calibration data in a pipeline
22+
- :ref:`Calibration Flash v5` - Demonstrates how to flash calibration data of version 5 (gen1 calibration data) to the device
23+
- :ref:`Calibration Flash` - Demonstrates how to flash calibration data of version 6 (gen2 calibration data) to the device
24+
- :ref:`Calibration Reader` - Demonstrates how to read calibration data stored on device over XLink
25+
- :ref:`Calibration Load` - Demonstrates how to load and use calibration data of version6 (gen2 calibration data) in a pipeline

0 commit comments

Comments
 (0)