docs(*): update docs

This commit is contained in:
harjeb 2019-11-04 13:46:12 +08:00
parent 5df3887e67
commit 4c16f483d4
6 changed files with 23 additions and 9 deletions

View File

@ -6,7 +6,8 @@ Firmware and SDK compatibility
============================ ======================== ============================ ========================
S1030 Firmwares SDK Version 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.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.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) 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.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.2.img 2.3.5(2.3.5 ~ 2.3.9)
MYNTEYE_S2100_1.1.img 2.3.4 MYNTEYE_S2100_1.1.img 2.3.4

View File

@ -4,6 +4,18 @@ Change Log
.. toctree:: .. toctree::
:maxdepth: 2 :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 2019-09-09
------------------- -------------------

View File

@ -16,7 +16,7 @@ Update auxiliary chip (Only Support S21XX)
.. image:: ../../images/firmware/stmupdate.png .. 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. * Once the upgrade is complete, it will display update finished.

View File

@ -11,8 +11,8 @@ You can download the firmware and MYNT EYE TOOL installation package in the ``Fi
Firmwares/ Firmwares/
├─Checksum.txt # File checksum ├─Checksum.txt # File checksum
├─MYNTEYE-S1030-2.5.0.img # S1030 firmware ├─MYNTEYE-S1030-2.6.0.img # S1030 firmware
├─MYNTEYE-S21x0-1.4.0.img # S21X0 firmware ├─MYNTEYE-S21x0-2.1.0.img # S21X0 firmware
├─... ├─...
└─mynt-eye-tool-setup.zip # MYNT EYE TOOL zip └─mynt-eye-tool-setup.zip # MYNT EYE TOOL zip
@ -22,7 +22,7 @@ Download preparation
--------------------- ---------------------
* Download and unzip ``mynt-eye-tool-setup.zip`` * 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 * Please refer to :ref:`firmware_applicable` to select the firmware suitable for the SDK version

View File

@ -33,7 +33,7 @@ s1030
api->SetOptionValue(Option::GAIN, 24); api->SetOptionValue(Option::GAIN, 24);
// brightness/exposure_time: range [0,240], default 120 // brightness/exposure_time: range [0,240], default 120
api->SetOptionValue(Option::BRIGHTNESS, 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); api->SetOptionValue(Option::CONTRAST, 116);
LOG(INFO) << "Enable manual-exposure"; LOG(INFO) << "Enable manual-exposure";

View File

@ -57,7 +57,7 @@ Required Packages
.. tip:: .. tip::
To build and install Opencv, Please refer to `Installation in Linux <https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html>`_ . Alternatively, refer to the command below: To build and install Opencv(Not support 4.0+), Please refer to `Installation in Linux <https://docs.opencv.org/master/d7/d9f/tutorial_linux_install.html>`_ . Alternatively, refer to the command below:
.. code-block:: bash .. code-block:: bash