View Single Post
      08-05-2020, 05:43 AM   #11
OzJedi
Second Lieutenant
Australia
107
Rep
272
Posts

Drives: X5 2019 40i MSport Carb Black
Join Date: Apr 2019
Location: Sydney

iTrader: (0)

Quote:
Originally Posted by Auricom View Post
If you're using Beta 2 or earlier, it's due to AVFoundation not available. Specifically, AVAssetDownloadTask – session used to download HTTP Live Streaming assets.

Without AVFoundation, no assets can be captured or displayed

Release note issue for Beta 2 and earlier:
AVAssetDownloadTask options, AVAssetDownloadTaskMinimumRequiredPresentationSize Key, and AVAssetDownloadTaskAllowHighDynamicRangeKey are currently unavailable.

BMW ConnectedDrive uses AVFoundation:
AVFoundation Capture subsystem provides a common high-level architecture for video, photo, and audio capture services in iOS and macOS. Use this system if you want to:

Build a custom camera UI to integrate shooting photos or videos into your app's user experience.

Produce different results than the system camera UI, such as RAW format photos, depth maps, or videos with custom timed metadata.

Get live access to pixel or audio data streaming directly from a capture device.


TLDR; Upgrade to Beta 3 should fix it

Resolved in iOS & iPadOS 14 beta 3

AVAssetDownloadTask options, AVAssetDownloadTaskMinimumRequiredPresentationSize Key, and AVAssetDownloadTaskAllowHighDynamicRangeKey are now available.
Thank!!!
Appreciate 0