react-native-mediapipe icon indicating copy to clipboard operation
react-native-mediapipe copied to clipboard

fix: multiple vision task results returned in the same listener.

Open quocluongha opened this issue 5 months ago • 0 comments

What

  • Fix an issue causing results when running multiple vision tasks are returned in the same listener.

Why

  • The id when initializing vision tasks are the same.

How

  • Change the initial id of Pose Landmark and Face Landmark to different values.
  • Remove react-native-vector-icons from library dependency.

quocluongha avatar Aug 24 '25 13:08 quocluongha