This is a face tracking system with Opencv + Python and Arduino. It is for educational purpose only. It is using CVZONE module to detect face region and aim on the forehead of the face. It returns X,V ...
いまものづくり補助金を使って新たなプロダクトを作っています。 これは肝入り案件です。 その中で、自動に汚れなどを検出する機能を導入する予定です。 でもできようようなので順次試そうかなと思います。 それではスタートです。 Google Driveにこの ...
2021年7月にLuxonis社より販売された簡単に様々な画像処理ができる(らしい)「Depth AI」なるものを使用してみました。 希望する作業ディレクトリ上で下記コマンドを実行します。結果として"depthai"フォルダが作成されます。 フォルダが作成されたらcd ...
Face Tracking com Arduino e OpenCV Este projeto é uma aplicação de rastreamento facial utilizando OpenCV em Python e controle de servomotores com Arduino. O programa detecta rostos em tempo real ...
Yes, you can program Arduino with Python using the PyFirmata library. While Arduino traditionally uses C++ code, Python can control Arduino boards through the Firmata protocol, allowing you to ...