MYNT-EYE-S-SDK/docs/src/sdk/install_windows_exe.rst

52 lines
1.5 KiB
ReStructuredText
Raw Normal View History

2019-07-03 08:55:25 +03:00
.. _sdk_install_windows_exe:
2019-03-14 05:48:41 +02:00
2019-07-03 08:55:25 +03:00
Windows EXE Installation
2019-03-14 05:48:41 +02:00
=============================
.. only:: html
+-----------------+
| Windows 10 |
+=================+
| |build_passing| |
+-----------------+
.. |build_passing| image:: https://img.shields.io/badge/build-passing-brightgreen.svg?style=flat
.. only:: latex
+-----------------+
| Windows 10 |
+=================+
| ✓ |
+-----------------+
Download and install SDK
-------------------------
.. tip::
2019-06-21 10:51:49 +03:00
Download here: mynteye-s-x.x.x-win-x64-opencv-3.4.3.exe `Google Drive <https://drive.google.com/open?id=1PYC_5Mh2pzLFVXkYlkllEzPnr50EbKht>`_ `Baidu Pan(key:rj4k) <https://pan.baidu.com/s/1yCKjvivB2gsqTV8xyY7DQg>`_ .
2019-03-14 05:48:41 +02:00
After you install the win pack of SDK, there will be a shortcut to the SDK root directory on your desktop.
Goto the ``<SDK_ROOT_DIR>\\bin\\samples\\tutorials`` directory and click ``get_stereo.exe`` to run.
Generate samples project
-------------------------
First, you should install `Visual Studio 2017 <https://visualstudio.microsoft.com/>`_ and `CMake <https://cmake.org/>`_ .
Second, goto the ``<SDK_ROOT_DIR>\\samples`` directory and click ``generate.bat`` to generate project.
2019-03-18 09:36:40 +02:00
.. tip::
Right click sample and select ``Set as StartUp Project``then launch with Release x64 mode.
2019-03-14 05:48:41 +02:00
The tutorials of samples are here: https://slightech.github.io/MYNT-EYE-S-SDK-Guide/src/data/contents.html.
Start using SDK with Visual Studio 2017
----------------------------------------
Goto the ``<SDK_ROOT_DIR>\\projects\\vs2017``, see the ``README.md``.