You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe your issue. If applicable, add screenshots to help explain your problem.
When using pose detection plugin on iOS front camera, the detections switches between left & right.
For example: poses[0].landmarks[PoseLandmarkType.leftWrist]
returns the data of the right wrist
Using the back camera is working as expected.
Using Android is working as expected.
Native iOS MLKit example is working as expected.
Steps to reproduce.
The example app paints the skeleton and colors each side with a different color.
Left - Yellow
Right: Blue Accent
Open the example app using an iPhone
Select the pose detection option
Switch to front camera
See that the right side is Yellow (should be Blue) and the left side is Blue (should be Yellow)
What is the expected result?
Using the front camera on iOS, the left side should be detected as left and right as right.
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
iOS
Flutter/Dart Version?
Doctor summary (to see all details, run flutter doctor -v):
[✓] Flutter (Channel stable, 3.24.3, on macOS 14.1 23B2073 darwin-arm64)
[✓] Android toolchain - develop for Android devices (Android SDK version 34.0.0)
[✓] Xcode - develop for iOS and macOS (Xcode 15.2)
[✓] Chrome - develop for the web
[✓] Android Studio (version 2023.1)
[✓] VS Code (version 1.94.0)
[✓] Connected device (3 available)
[✓] Network resources
• No issues found!
Plugin Version?
google_mlkit_pose_detection: ^0.12.0
The text was updated successfully, but these errors were encountered:
Describe your issue. If applicable, add screenshots to help explain your problem.
When using pose detection plugin on iOS front camera, the detections switches between left & right.
For example:
poses[0].landmarks[PoseLandmarkType.leftWrist]
returns the data of the right wrist
Using the back camera is working as expected.
Using Android is working as expected.
Native iOS MLKit example is working as expected.
Steps to reproduce.
The example app paints the skeleton and colors each side with a different color.
Left - Yellow
Right: Blue Accent
What is the expected result?
Using the front camera on iOS, the left side should be detected as left and right as right.
Did you try our example app?
Yes
Is it reproducible in the example app?
Yes
Reproducible in which OS?
iOS
Flutter/Dart Version?
Plugin Version?
google_mlkit_pose_detection: ^0.12.0
The text was updated successfully, but these errors were encountered: