Hacker News new | ask | show | jobs
by eridius 3304 days ago
AR requires camera access, but I'm rather confused as to why you think it would be integrated with the built-in Camera app. How would that work?
1 comments

Open the camera app and at the bottom click AR... an overlay appears with options like..

- Time Machine(idea noted above)

- Daylight View (if currently nighttime)

- and other AR apps devs or Apple creates.

Apple's Extensions operate over IPC. Trying to add overlays onto a live camera over IPC would probably introduce unacceptable lag. Especially if you also need to handle touch events too. And of course you wouldn't be able to actually do much besides have an overlay, e.g. transitioning to other screens, showing other UI controls etc. Plus this would significantly complicate the already-complicated Camera app interface.

And what would be the point? You can just launch a 3rd party AR app and it will use the camera APIs to show you the live camera feed, exactly like the built-in Camera app does.