Discover advancements in iOS camera capture: Depth, focus, and multitasking

RSS for tag

Discuss the WWDC22 Session Discover advancements in iOS camera capture: Depth, focus, and multitasking

Posts under wwdc2022-110429 tag

7 Posts
Sort by:
Post not yet marked as solved
0 Replies
156 Views
At around the 5 min mark of "Discover advancements in iOS camera capture: Depth, focus, and multitasking", you state that TrueDepth delivers relative depth. This appears to contradict official documentation. In Capturing Photos with Depth, you state explicitly that TrueDepth camera measures depth directly with absolute accuracy. Why the change?
Posted
by kaccie14.
Last updated
.
Post not yet marked as solved
3 Replies
225 Views
Hello, My device is an iPad Pro 2nd generation. Model number MXDC2LL/A. iOS 16 build 20A5283p. When creating an AVCaptureSession, isMultiTaskingCameraAccessSupported is returning false. Is this expected on this device? Is a newer device needed or is it an issue in this particular iOS 16 build? Thanks
Posted
by krissb78.
Last updated
.
Post not yet marked as solved
1 Replies
98 Views
I have a question in regards to setting up isMultitaskingCameraAccessEnabled for Picture in Picture capabilities on iOS 16 intended for video calls. In my CaptureSession flow I have set up the requirement to enable "MultitaskingCameraAccess" as indicated in the developer documentation. https://developer.apple.com/documentation/avkit/accessing_the_camera_while_multitasking https://developer.apple.com/documentation/avkit/adopting_picture_in_picture_for_video_calls let captureSession = AVCaptureSession() // Configure the capture session. captureSession.beginConfiguration() if captureSession.isMultitaskingCameraAccessSupported { // Enable using the camera in multitasking modes. captureSession.isMultitaskingCameraAccessEnabled = true } captureSession.commitConfiguration() // Start the capture session. captureSession.startRunning() However isMultitaskingCameraAccessSupported is always false. My question is what dictates this setting? How can I support multitasking camera access by enabling this boolean to true?
Posted
by Cartisim.
Last updated
.
Post not yet marked as solved
1 Replies
115 Views
Hello folks! How can I get a real-world measurement between the device (iPad Pro 5th. gen) and an object measured with the LiDAR? Let's say I have a reticle in the middle of my CameraView and want to measure precisely from my position to that point I'm aiming?. Almost like the "Measure App" from Apple. sceneDepth doesn't give me anything. I also looked into the Sample Code "Capturing Depth Using the LiDAR Camera" Any ideas how to do that? A push in to the right direction might also be very helpful Thanks in advance!
Posted
by Erik13.
Last updated
.
Post not yet marked as solved
1 Replies
101 Views
In the attached picture, the presenter is implying that a video data output can be associated with a video preview layer. I don't see an explicit way to make such an association happen. Can someone drop sample code here or point to me to relevant documentation? From what I have gathered so far, a AVCaptureConnection can only be created between a video input port to a preview layer but that doesn't allow us to gain any of the benefits outlined in the presentation. Thanks
Posted
by krissb.
Last updated
.
Post not yet marked as solved
0 Replies
116 Views
Great session! Will the demo app source code be available? tks
Posted Last updated
.