Questions tagged [truedepth-camera]
37 questions
2
votes
1 answer
How to use the iPhone X faceID data
Is it possible to use iphone X faceID data to create a 3D model of the user face? If yes, can you please give tell me where should I look? I was not reallw able to found something related to this. I found a video on the WWDC about true depth and…

user567
- 3,712
- 9
- 47
- 80
1
vote
0 answers
Unwanted "smoothing" in AVDepthData on iPhone 13 (not evident in iPhone 12)
We are writing an app which analyzes a real world 3D data by using the TrueDepth camera on the front of an iPhone, and an AVCaptureSession configured to produce AVDepthData along with image data. This worked great on iPhone 12, but the same code on…

Chris
- 629
- 1
- 10
- 28
1
vote
0 answers
Bellus3D is being end-of-lifed, is there any replacement iOS Solution for 3D face scanning?
I work on an application for custom fit eyewear, and we've been using Bellus3D's iOS SDK for getting facial geometry, including landmarks like pupils.
Bellus3D has decided to wind their business down by the end of 2022, and I'm looking for a…

Tristan Leonard
- 116
- 6
1
vote
0 answers
React Native iOS TrueDepth Camera
Is there a way to use and utilize the native ios truedepth camera (and get the visual depth) in React Native or any workaround or anything?
Any help is appreciated, Thanks in advance.

Raman
- 21
- 3
1
vote
0 answers
What's the range of the TrueDepth camera?
What's the minimum and maximum distance that the front facing TrueDepth camera can detect?
When detecting depth data, if the value returned was normalized to the range 0 to 1, I'd be able to convert it to a grayscale image pretty easily. However,…

Senseful
- 86,719
- 67
- 308
- 465
1
vote
1 answer
What's the right way to handle the artifacts from TrueDepth camera buffer near the edges?
I am following the guide from https://developer.apple.com/documentation/avfoundation/cameras_and_media_capture/streaming_depth_data_from_the_truedepth_camera. It uses AVCaptureDepthDataOutput() to stream depth data from the front camera.
But, two of…

pete
- 1,878
- 2
- 23
- 43
1
vote
1 answer
Fatal error – Face tracking is not supported on this device
I want to enable ARFaceTrackingConfiguration on my app but i am having problem with it. I am using iPhone 7 which has Apple A10 Fusion-64 bit chip but still getting that fatal error. Can you help me with this?
I enabled permissions on the info.plist…

Ulugbek
- 127
- 3
- 15
1
vote
0 answers
Domain=com.apple.arkit.error Code=100 "Unsupported configuration." for iPhone 11 on Xcode 11.4.1
I am trying to build a small app that uses the FaceID camera on an iPhone. The project was built for iPhone X but I am trying to run this on an iPhone 11 emulator (or my actual iPhone 11). I can't deploy it to my 11 because it immediately says…

futureboy
- 83
- 2
- 10
1
vote
1 answer
Does AVDepthData capture depth data from the selfie camera on iPhone X?
I'm trying to figure out how to get detailed depth data (the raw data) from the front-facing camera on the iPhone X. Apple's docs suggest that AVDepthData will return this data, but I've not be able to confirm this.
Is this the correct property to…

Vik
- 1,301
- 4
- 16
- 29
0
votes
0 answers
Accessing truedepth camera on Browser
Is there any way of accessing truedepth camera of iPhones on the browser and using it?
I have checked webkitjs documentation, but they don't have anything related to this

Nodirbek
- 37
- 6
0
votes
0 answers
Photo depth map information for iPhone or iPad with single camera or no TrueDepth camera
On iPhone or iPad devices with a back-facing dual camera or a front-facing TrueDepth camera, the capture system can record depth map information when taking…

user4806509
- 2,925
- 5
- 37
- 72
0
votes
1 answer
how to get camera calibration data from the TrueDepth Camera iOS?
Goal: To obtain depth data & calibration data from the TrueDepth Camera for computer vision task.
I am very confused because for example apple says,
To use depth data for computer vision tasks, use the data in the cameraCalibrationData property to…

kate
- 97
- 1
- 5
0
votes
1 answer
CVPixelBufferRef: Video Buffer and Depth Buffer have different orientations
Right now I'm working with Depth camera at iOS since I want to measure distance to the camera of certain points at the frame.
I did all necessary setup in my camera solution and now I have two CVPixelBufferRef in my hands - one with pixel data and…

Eugene Alexeev
- 1,152
- 12
- 32
0
votes
1 answer
Converting TrueDepth data to grayscale image produces distorted image
I'm getting the depth data from the TrueDepth camera, and converting it to a grayscale image. (I realize I could pass the AVDepthData to a CIImage constructor, however, for testing purposes, I want to make sure my array is populated correctly,…

Senseful
- 86,719
- 67
- 308
- 465
0
votes
1 answer
Why am I getting this error message whilst trying to run my Orbbec Astra
Screen shot of my error message
I have been trying to test out the DK for the Orbbec Astra
stereo S and the embedded S. I tried to run the sample viewer to test out the depth camera quality but each time I do so I get this error message. The code…