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.
36. 不要コードの削除
public class Receiver : MonoBehaviour, ISourceStateHandler, IInputHandler
{
public void OnInputDown(InputEventData eventData)
{
throw new NotImplementedException();
}
public void OnInputUp(InputEventData eventData)
{
throw new NotImplementedException();
}
public void OnSourceDetected(SourceStateEventData eventData)
{
throw new NotImplementedException();
}
public void OnSourceLost(SourceStateEventData eventData)
{
throw new NotImplementedException();
}
throw new NotImplementedException();
throw new NotImplementedException();
throw new NotImplementedException();
throw new NotImplementedException();