MYNT-EYE-S-SDK-Guide
MYNT-EYE-S-SDK-Guide copied to clipboard
MYNT EYE S SDK Guide (MYNT® EYE Standard Camera)
MYNT® EYE S SDK Guide
MYNT® EYE S SDK Guide is the documentation about how to install and start using the SDK.
All doc releases are here. Besides, you could build the doc according to the following content.
Prerequisites
sudo pip install -r requirements.txt
Build HTML (zh-Hans)
make html
# Linux
xdg-open _build/html/index.html
# MacOS
open _build/html/index.html
# Windows
start _build/html/index.html
Build PDF (zh-Hans)
make latexpdf
# Linux
xdg-open _build/latex/mynt-eye-sdk-guide.pdf
# MacOS
open _build/latex/mynt-eye-sdk-guide.pdf
# Windows
start _build/latex/mynt-eye-sdk-guide.pdf
i18n (en)
# Extract document’s translatable messages into pot files
make gettext
# Setup/Update your locale_dir
sphinx-intl update -p _build/gettext -l en
# Translate your po files under ./locale/<lang>/LC_MESSAGES/
# Build mo files and make translated document
sphinx-intl build
Build HTML (en)
# Linux, MacOS
make -e SPHINXOPTS="-D language='en'" html
# Windows
set SPHINXOPTS=-D language=en & make.bat html
Build PDF (en)
# Linux, MacOS
make -e SPHINXOPTS="-D language='en'" latexpdf
# Windows
set SPHINXOPTS=-D language=en & make.bat latexpdf
How to Edit
Mirrors
国内镜像:码云。
License
This project is licensed under the Apache License, Version 2.0. Copyright 2018 Slightech Co., Ltd.