#author("2022-10-13T15:23:00+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用のみインストーラ有り

ターミナルで以下を実行(事前にPython3の環境構築が必要)~
$ git clone https://github.com/luxonis/depthai.git    //gitからデモスクリプトをダウンロード~
$ cd depthai~
$ python3 install_requirements.py    //追加で必要なパッケージをインストール~
$ python3 depthai_demo.py    //デモスクリプトの実行~