ハンドジェスチャでうごくタイプライターです mediapipe(Hands)でハンドジェスチャーを認識して、サーマルプリンタ(EPSON TM-T90)で画像や文字列を印刷できます
$ brew install libusb // requirements for pyusb (macOS)
$ poetry install
$ poetry run python xxx.py
カメラに映ったジェスチャを認識してプリンターが文字を出力します
制作時のブログ https://tama-ud.hatenablog.com/entry/2023/07/09/030155