When I try to use the demo project (drawing with fingers), it doesn't detect my thumb and index finger. If I wanna get the recognized points for the thumb region, using the following:
Code Block observation.recognizedPoints(forGroupKey: .handLandmarkRegionKeyThumb)
I get the following output:
Code Block __C.VNRecognizedPointKey(_rawValue: VNHLKTIP): [0.755806; 0.261955]]
However, this doesn't seem to be the thumb tip (or any other part of the thumb) and therefore, I can't draw using my fingers
On an iPhone XR running iOS 14 Beta 7 & XCode 12 Beta 6