XRミーティング 2022/06/15【AR/CR/MR/SR/VR】(https://osaka-driven-dev.connpass.com/event/250007/)
Mixed Reality Dev Days 2022でpublic previewとなったMRTK3のプロジェクト環境を作り方について。
手順は
Qiita(https://qiita.com/miyaura/items/df5947d45cb3b86bbf18)
Kinectは、カラーカメラ、深度センサー、マイクアレイを備えているセンサー機器です。最も特徴的な機能として、深度センサーから人を認識して「ボーン」とよばれる骨格データを自動生成する機能があります。
入手しやすいこともあり、Natural User Interfaceデバイスとしての標準的なデバイスとなっています。Kinectで得たノウハウは他のNUIデバイスを使うときにも役立つノウハウです。また、今夏発売される新型Kinectでも継承できるものになります。
Kinectは、カラーカメラ、深度センサー、マイクアレイを備えているセンサー機器です。最も特徴的な機能として、深度センサーから人を認識して「ボーン」とよばれる骨格データを自動生成する機能があります。
入手しやすいこともあり、Natural User Interfaceデバイスとしての標準的なデバイスとなっています。Kinectで得たノウハウは他のNUIデバイスを使うときにも役立つノウハウです。また、今夏発売される新型Kinectでも継承できるものになります。
The document discusses using facial tracking with AI and WebXR to create a pseudo-3D representation. It provides steps to download sample files and setup, then explains using MediaPipe and TensorFlow to implement real-time facial recognition and link the camera position to the detected face position, creating a sense of 3D. Code snippets are included to initialize the model, start face tracking each frame, and display the 3D scene and camera video feed.