Posts

Post not yet marked as solved
1 Replies
409 Views
I'm using .setTitle on a button to change the text. Unfortunately every time I do so the font and it's size also change. I assume this is a bug. I can't seem to get the font before I change the title and then set it back afterwards either.
Posted Last updated
.
Post not yet marked as solved
1 Replies
720 Views
I'm trying to get the proper field of view from ARKit during an AR session. The sceneview camera does not return the proper field of view, but the ARFrame camera really only returns a projection matrix. I found a calculation online but the results are different values for x and y. Most 3D application just have a single setting for the camera's field of view. Does anyone know how to get this *(I'm assuming it changes each frame as the camera focusses?)
Posted Last updated
.
Post marked as solved
1 Replies
789 Views
I need to run sceneView.projectPoint a couple of 100 times in a loop, it freezes my app regularly... not always. Sometimes it freezes for a second sometimes for 10 seconds.Any ideas?
Posted Last updated
.
Post not yet marked as solved
1 Replies
732 Views
I have a very mysterious issue, my microphone recording is fine on iPhone X but is very very low volume on iPad pro. It's not the microphone or the distance to the device or anything like that. My AVAudioRecorder settings are as followed: let recordSettings = [ AVFormatIDKey: kAudioFormatLinearPCM, AVEncoderAudioQualityKey : AVAudioQuality.max.rawValue, AVLinearPCMBitDepthKey : 16, AVNumberOfChannelsKey : 1, AVSampleRateKey : 44100 ] as [String : Any] If anyone knows a solution I would be very grateful.
Posted Last updated
.
Post not yet marked as solved
0 Replies
406 Views
I posted this under ARKit but now realize that it belong here under SceneKit.I'm trying to subdivide the geometry provided by ARKit's face tracking butit just makes the geo dissapear. The same happens when I add a Gpu tesselator.It works fine on any other geometry I provide.I've tried a bunch of stuff without any luck. Any suggestions?Thank you.
Posted Last updated
.
Post not yet marked as solved
1 Replies
589 Views
I'd like to subdivide the facemask geometry that comes out of Facekit, but if I do so the geometry stops updating. Any ideas why that is or a work around?
Posted Last updated
.