I am using AVFoundation for front camera View. From the Front camera, I'm detecting the Face from each frame using vision framework. From that, I'm able to get CGPoints of nose. Now, I want to add a 3D object on one of the nose points using sceneKit view and I want to convert those Nose CGPoint to SCNVector3 so that I can give the position to the 3D object.
Asked
Active
Viewed 942 times
2
-
Could be a duplicate of https://stackoverflow.com/questions/26832208/get-scnvector3-from-cgpoint – adamfowlerphoto Jan 25 '18 at 12:11
-
@spads SCNVector3 taking x,y,z values in very small magnitude. For eg. Value of even 0.1 is making large displacement. The Link u have mentioned, is projecting the CGPoint, but even projection does'nt give the values of such small magnitude. – Himanshu Ahuja Jan 29 '18 at 05:26