From 4c16f483d4b6b5935185e83b57d2142070da2a27 Mon Sep 17 00:00:00 2001 From: harjeb Date: Mon, 4 Nov 2019 13:46:12 +0800 Subject: [PATCH] docs(*): update docs --- docs/src/firmware/applicable.rst | 8 +++++--- docs/src/firmware/fw_changelog.rst | 12 ++++++++++++ docs/src/firmware/update_auxiliary_chip.rst | 2 +- docs/src/firmware/update_main_chip.rst | 6 +++--- docs/src/sdk/control/manual_exposure.rst | 2 +- docs/src/sdk/install_ubuntu_src.rst | 2 +- 6 files changed, 23 insertions(+), 9 deletions(-) diff --git a/docs/src/firmware/applicable.rst b/docs/src/firmware/applicable.rst index 8bf010e..99196ca 100644 --- a/docs/src/firmware/applicable.rst +++ b/docs/src/firmware/applicable.rst @@ -6,7 +6,8 @@ Firmware and SDK compatibility ============================ ======================== S1030 Firmwares SDK Version ============================ ======================== -MYNTEYE-S1030-2.5.0.img 2.4.0 (2.4.0 ~ latest) +MYNTEYE-S1030-2.6.0.img 2.5.0 (2.5.0 ~ latest) +MYNTEYE-S1030-2.5.0.img 2.4.0 (2.4.0 ~ 2.5.0) MYNTEYE_S_2.4.0.img 2.3.4 (2.3.4 ~ 2.3.9) MYNTEYE_S_2.3.0.img 2.3.0 (2.2.2-rc1 ~ 2.3.3) MYNTEYE_S_2.2.2.img 2.3.0 (2.2.2-rc1 ~ 2.3.0) @@ -20,9 +21,10 @@ MYNTEYE_S_2.0.0_alpha0.img 2.0.0-alpha0 ============================ ======================== ============================ =========================== -S2100 Firmwares SDK Version +S21X0 Firmwares SDK Version ============================ =========================== -MYNTEYE-S21X0-1.4.0.img 2.4.2(2.4.2 ~ latest) +MYNTEYE-S21X0-2.1.0.img 2.5.0 (2.5.0 ~ latest) +MYNTEYE-S21X0-1.4.0.img 2.4.2(2.4.2 ~ 2.5.0) MYNTEYE-S2100-1.3.2.img 2.4.0(2.4.0 ~ 2.4.1) MYNTEYE_S2100_1.2.img 2.3.5(2.3.5 ~ 2.3.9) MYNTEYE_S2100_1.1.img 2.3.4 diff --git a/docs/src/firmware/fw_changelog.rst b/docs/src/firmware/fw_changelog.rst index 67d9ece..8a0645d 100644 --- a/docs/src/firmware/fw_changelog.rst +++ b/docs/src/firmware/fw_changelog.rst @@ -4,6 +4,18 @@ Change Log .. toctree:: :maxdepth: 2 +2019-11-04 +------------------- + +S1030 Main Chip Firmware: MYNTEYE-S1030-2.6.0.img + +1. Fix some issues + +S21X0 Main Chip Firmware: MYNTEYE-S21X0-2.1.0.img + +1. Update protocol version +2. Fix and optimize some other issues + 2019-09-09 ------------------- diff --git a/docs/src/firmware/update_auxiliary_chip.rst b/docs/src/firmware/update_auxiliary_chip.rst index 5d555c1..dc346b5 100644 --- a/docs/src/firmware/update_auxiliary_chip.rst +++ b/docs/src/firmware/update_auxiliary_chip.rst @@ -16,7 +16,7 @@ Update auxiliary chip (Only Support S21XX) .. image:: ../../images/firmware/stmupdate.png -* In the open file selection box, select the firmware ``MYNTEYE-S2100-auxiliary-chip-1.4.2.bin`` and start upgrading. +* In the open file selection box, select the firmware ``MYNTEYE-S21X0-auxiliary-chip-1.4.2.bin`` and start upgrading. * Once the upgrade is complete, it will display update finished. diff --git a/docs/src/firmware/update_main_chip.rst b/docs/src/firmware/update_main_chip.rst index 701f7ce..bc60632 100644 --- a/docs/src/firmware/update_main_chip.rst +++ b/docs/src/firmware/update_main_chip.rst @@ -11,8 +11,8 @@ You can download the firmware and MYNT EYE TOOL installation package in the ``Fi Firmwares/ ├─Checksum.txt # File checksum - ├─MYNTEYE-S1030-2.5.0.img # S1030 firmware - ├─MYNTEYE-S21x0-1.4.0.img # S21X0 firmware + ├─MYNTEYE-S1030-2.6.0.img # S1030 firmware + ├─MYNTEYE-S21x0-2.1.0.img # S21X0 firmware ├─... └─mynt-eye-tool-setup.zip # MYNT EYE TOOL zip @@ -22,7 +22,7 @@ Download preparation --------------------- * Download and unzip ``mynt-eye-tool-setup.zip`` -* Find firmware, such as ``MYNTEYE-S1030-2.5.0.img`` +* Find firmware, such as ``MYNTEYE-S1030-2.6.0.img`` * Please refer to :ref:`firmware_applicable` to select the firmware suitable for the SDK version diff --git a/docs/src/sdk/control/manual_exposure.rst b/docs/src/sdk/control/manual_exposure.rst index 0eee65c..5d9ff1c 100644 --- a/docs/src/sdk/control/manual_exposure.rst +++ b/docs/src/sdk/control/manual_exposure.rst @@ -33,7 +33,7 @@ s1030: api->SetOptionValue(Option::GAIN, 24); // brightness/exposure_time: range [0,240], default 120 api->SetOptionValue(Option::BRIGHTNESS, 120); - // contrast/black_level_calibration: range [0,255], default 116 + // contrast/black_level_calibration: range [0,254], default 116 api->SetOptionValue(Option::CONTRAST, 116); LOG(INFO) << "Enable manual-exposure"; diff --git a/docs/src/sdk/install_ubuntu_src.rst b/docs/src/sdk/install_ubuntu_src.rst index 745d27f..08d8d93 100644 --- a/docs/src/sdk/install_ubuntu_src.rst +++ b/docs/src/sdk/install_ubuntu_src.rst @@ -57,7 +57,7 @@ Required Packages .. tip:: - To build and install Opencv, Please refer to `Installation in Linux `_ . Alternatively, refer to the command below: + To build and install Opencv(Not support 4.0+), Please refer to `Installation in Linux `_ . Alternatively, refer to the command below: .. code-block:: bash