Skip to content

Left and Right Arm does not working properly #20

Description

@priyankgandhi0

I used this code to detect left and right arm gestures with both the front and back cameras. The arm gesture appears, but when the left or right arm is raised, it returns .noPersonFound.

quickPose.start(features:[.overlay(.arm(side: .left)),.overlay(.arm(side: .right))]) { status, image, features, feedback, landmarks in
            DispatchQueue.main.async {
                self.overlayView.image = image
            }
            switch status{
            case .success:
                guard let feature = features.first?.key as? QuickPose.Feature else {
                    return
                }
                
            case .noPersonFound:
                print("No Person Found")
            case .sdkValidationError:
                print("Be back soon")
            }
        }

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions