Avatar
TrueDepth camera 必須となっているので厳しそうに思いますね・・・。
7:54 AM
Face Tracking に限らず、 ARKit ってカメラからの入力だけじゃなくて色んなセンサーの値も組み合わせて実現されているので、カメラをつないだからといって使えるわけではないと思います。 https://developer.apple.com/documentation/arkit/world_tracking/understanding_world_tracking
To create a correspondence between real and virtual spaces, ARKit uses a technique called visual-inertial odometry. This process combines information from the iOS device’s motion sensing hardware with computer vision analysis of the scene visible to the device’s camera. ARKit recognizes notable features in the scene image, tracks differences in the positions of those features across video frames, and compares that information with motion sensing data. The result is a high-precision model of the device’s position and motion.
7:56 AM
一方で、こっちは純粋な画像処理なので macOS でも動くはずです。 DTK 関係なく。 https://developer.apple.com/documentation/vision/tracking_the_user_s_face_in_real_time
7:57 AM
あ、↑のサンプルがではなく、↓を使った Vision の顔認識が、ですね。 https://developer.apple.com/documentation/vision/vnfaceobservation