Skip to content

Commit

Permalink
Merge pull request #68 from sortofsleepy/develop
Browse files Browse the repository at this point in the history
correction to ARKit3 note
  • Loading branch information
sortofsleepy authored Jun 28, 2019
2 parents 38436d3 + 84bd4e9 commit 801d6c5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,8 @@ If you see the message pop up, the ARKit api offers a limited function set to se
Note that in order for those functions to work, you'll need to call the `setup` function of either of `ARCam` or `ARProcessor` and pass in the boolean `true`
# ARKit 3
Note that with the changes to ARKit upcoming in version 3, you'll need a device with an A12 processor.
Note that with the changes to ARKit upcoming in version 3, you'll need a device with an A12 processor in order to take advantage of newer features. According to Apple
`People Occlusion and the use of motion capture, simultaneous front and back camera, and multiple face tracking are supported on devices with A12/A12X Bionic chips, ANE, and TrueDepth Camera.`
# Permissions
For ARKit - You'll have to enable the `Privacy - Camera Usage Description` in your `ofxiOS-Info.plist` file. The value for this field is just the string you want to show users when you ask for camera permissions. If you've never touched a plist file before, no worries! Its very easy to change.
Expand Down

0 comments on commit 801d6c5

Please sign in to comment.