ARVideoKit icon indicating copy to clipboard operation
ARVideoKit copied to clipboard

Using custom scncamera issues while recording video deformation occurs

Open vikeshj opened this issue 6 years ago • 2 comments

Hi, Let me explain you clearly the issue. Create a custom camera and set it to a node. Let cameraNode = SCNNode() cameraNode.camera = SCNCamera() cameraNode.camera.useOrthographic =true zfar= 30 / zNear = 1 For the orthographicScale =3.8 //add the cameraNode to the scene root Node then make the position it to x0,y0,z17 sceneView pointOfView = cameraNode

When you record the video it cut when ur Animoji is in front your face.

Swift 4.2 / If you need more precision let me know thanks

SceneView.pointOfView = cameraNode When you using ARFaceTracking as config, set the background to any color you place a character with blendshapes to mimic.

vikeshj avatar Mar 30 '19 14:03 vikeshj

Which iOS device are you using?

pptlabs avatar May 09 '19 18:05 pptlabs

issue is coming on iPhone 7 but working good on iPhone X

SimmaAulakh avatar Jul 18 '19 12:07 SimmaAulakh