I am using the new Vision VNDetectHumanBodyPoseRequest from Apple, but I am not sure why my mapped coordinates are incorrect with the front-facing camera.
My drawing code is correct as I can see the nodes, but they are in the completely wrong position. I tried setting different orientations in the VNImage request handler:
The file is attached.
Thanks for the help!
My drawing code is correct as I can see the nodes, but they are in the completely wrong position. I tried setting different orientations in the VNImage request handler:
Code Block VNImageRequestHandler(cmSampleBuffer: sampleBuffer, orientation: .left)
The file is attached.
Thanks for the help!