I'm trying to use the AVMetadataFaceObject
to get the yaw and roll of a face in a video. From what I can tell, the precision of the yaw is in increments of 45 degrees and the roll is in increments of 30 degrees.
Is there a way to increase this precision?
(Code as seen in Proper usage of CIDetectorTracking).