LockedCameraCapture with ARKit based App

Hello,

I'm building a camera app around ARKit. I've created a Lockscreen Capture Extension and added a control to initiate my camera app, but when I launch the extension I see just a black screen with no hints at any errors. Also attaching the debugger to the running process shows no logs.

Im wondering: Is LockedCameraCapture supported with ARView and ARSession?

ARKit was featured in a WWDC video with a camera app use-case, also the introduction of captureHighResolutionFrame(completion:) made me pick it up as an interesting camera app backbone - but if lockscreen capture is not possible with it I have to refactor my codebase.

Answered by DTS Engineer in 822061022

Hello @d33psky,

Im wondering: Is LockedCameraCapture supported with ARView and ARSession?

Yes, it is supported. I wasn't able to reproduce the issue you described, can you provide a focused sample that reproduces?

-- Greg

Hello @d33psky,

Im wondering: Is LockedCameraCapture supported with ARView and ARSession?

Yes, it is supported. I wasn't able to reproduce the issue you described, can you provide a focused sample that reproduces?

-- Greg

LockedCameraCapture with ARKit based App
 
 
Q