Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
手を動かしていること、動かしていないことをどのように検出できますか。やりたいのは、左手のデータを保存したいので、ジェスチャー認識をするために動いたときだけです。
サンプル プロジェクト 'BodyBasics-WPF' を参照することをお勧めします。これは BodyFrameReader をセットアップし、検出されたボディを見て、JointType = JointType.HandLeft である joint.Key を取得できます。そこから位置 (joint.Position – X/Y/Z のトラック) を追跡し、それが移動しているか静止しているかを確認できます。