#author("2022-10-14T15:06:53+09:00","ifdl","ifdl")
[[FrontPage]]
*OpenCV AI KIT (OAK)のインストール方法 for macOS [#i2443a45]
公式Webサイト: https://docs.luxonis.com/projects/api/en/latest/install/#supported-platforms~
Windows用のみインストーラ有り

ターミナルで以下を実行する。GitやPython3がインストールされていなくても、実行時にコマンドライン・デベロッパツールのインストールを求められるので、事前準備は不要。~
$ git clone https://github.com/luxonis/depthai.git    //gitからデモスクリプトをダウンロード~
$ cd depthai~
$ python3 install_requirements.py    //追加で必要なパッケージをインストール~
$ python3 depthai_demo.py    //デモスクリプトの実行~