KickStarterでクラウドファウンティングしていたOpenCV AIカメラを入手した。
https://www.kickstarter.com/projects/opencv/opencv-ai-kit
2020/12/31にShippingしたというメールが舞い込んだ。
2021/01/01 07:35には成田に到着していたようだ。
あとは税関待ちだったので、1/3に税関を通り、1/4に入手となった。
Tutorial的なドキュメントは下記を参照する。
https://docs.luxonis.com/en/latest/pages/api/
インストールは次の通りです。
$ sudo wget -qO- http://docs.luxonis.com/_static/install_dependencies.sh | bash
$ python3 -m pip install depthai
チュートリアルは次のように実行しました。
$ git clone https://github.com/luxonis/depthai.git
$ cd depthai
$ python3 install_requirements.py
$ python3 depthai_demo.py
認識するんだけどご認識が多いですね。
まぁ、サンプルアプリだから仕方ないといえば仕方ないのですが…