5

According to this picture:

iPhone X sensors

the iPhone X has an infrared camera. It is primarily used for face detection but there are other uses for infrared. Can it be accessed directly?

Tomas Andrle
  • 13,132
  • 15
  • 75
  • 92

3 Answers3

0

not via the approved iOS API library calls. But undocumented API should be possible if you guess how to do it.

xfze
  • 765
  • 1
  • 9
  • 24
0

Still not sure about infrared but to read the depth information from the iPhone X TrueDepth camera, we can use the AVDepthData class and related APIs. Here's a tutorial.

Tomas Andrle
  • 13,132
  • 15
  • 75
  • 92
-1

The company, reallusion.com makes a 3D animation product called 'iclone 7' which interfaces with the iPhone infrared camera. Try contacting them about how they do it. if not proprietary, they might at least give you a clue.