minseopark
minseopark
@Epoch2022-iOS Have you tried the [Holistic](https://google.github.io/mediapipe/solutions/holistic.html) example from the official repo? They provide examples for Javascript, Android, and iOS, respectively, and I highly advise you to do so. Please provide...
I get the gist. Apparently, the interface shown in both the hand and face examples does not provide access to the landmark data. I'll see to it that these projects...
Checkout the new delegate. https://github.com/61315/mediapipe-prebuilt/blob/0e71edd4872289e9c22d1c88f34d8bbad7e2cc6b/src/ios/facegeometry/MPPBFaceGeometry.h#L12 Also see the implementation of how to consume the landmark data. https://github.com/61315/mediapipe-prebuilt/blob/0e71edd4872289e9c22d1c88f34d8bbad7e2cc6b/examples/ios/facegeometry/mppb-ios-facegeometry/ViewController.swift#L161-L166 As far as it goes, this answers your problem, I believe. Use it...