Posts

Post marked as solved
1 Replies
814 Views
Hello, I'm working on building some automation and I've been unable to get my RealityComposer AR Session recorded MOV file to playback for our AR test scene. I recorded the Video on a iPhone 12 Pro iOS16.2 and uploaded the video through the Xcode (14.1) scheme, and our plane finder discovers the planes, so the plane data is there - but the video recording itself is missing and only renders a black screen.. I'm getting these two errors in Xcode: 2022-12-15 21:02:46.831232-0800 ARKit[47806:4130209] ⛔️⛔️⛔️ ERROR [MOVReaderInterface]: Error Domain=com.apple.AppleCV3DMOVKit.readererror Code=9 "CVAUserEvent: Error Domain=com.apple.videoeng.streamreaderwarning Code=0 "Cannot grab metadata. Unknown metadata stream 'CVAUserEvent'." UserInfo={NSLocalizedDescription=Cannot grab metadata. Unknown metadata stream 'CVAUserEvent'.}" UserInfo={NSLocalizedDescription=CVAUserEvent: Error Domain=com.apple.videoeng.streamreaderwarning Code=0 "Cannot grab metadata. Unknown metadata stream 'CVAUserEvent'." UserInfo={NSLocalizedDescription=Cannot grab metadata. Unknown metadata stream 'CVAUserEvent'.}} ⛔️⛔️⛔️ 2022-12-15 21:02:47.002073-0800 ARKit[47806:4130208] ⛔️⛔️⛔️ ERROR [MOVReaderInterface]: Error Domain=com.apple.AppleCV3DMOVKit.readererror Code=9 "Location: Error Domain=com.apple.videoeng.streamreaderwarning Code=0 "Cannot grab metadata. Unknown metadata stream 'Location'." UserInfo={NSLocalizedDescription=Cannot grab metadata. Unknown metadata stream 'Location'.}" UserInfo={NSLocalizedDescription=Location: Error Domain=com.apple.videoeng.streamreaderwarning Code=0 "Cannot grab metadata. Unknown metadata stream 'Location'." UserInfo={NSLocalizedDescription=Cannot grab metadata. Unknown metadata stream 'Location'.}} ⛔️⛔️⛔️ I have tried toggling Location services for both the device and for RealityComposer and neither have worked - I have rolled back to a previous version (12) of Xcode and the newer 14 version, but still I only get a black screen, i've taken long videos and short videos (>15 seconds & <15 seconds), but still the issue persists. I've asked my team devs and they're unsure what could be causing this location error either and we are unfortunately stumped, is there something we're missing on our end, is anyone able to give us some advice? Huge thanks!
Posted Last updated
.
Post not yet marked as solved
1 Replies
1.1k Views
After upgrading my iPhone 12 to iOS 16 and leaving my iPhone XS on 15.5, I launched ARFoundation Samples project into AR Collaboration scene, and as soon as the devices connected to each other, the 15.5 iOS device would crash.. ARFoundation Samples Repo: https://github.com/Unity-Technologies/arfoundation-samples I confirmed this with multiple devices and settings: iPhone 12 Pro iOS 16 <-> iPhone XS iOS 15.5 (CRASH) iPhone 12 Pro iOS 16 <-> iPhone 7 iOS 14.3 (CRASH) iPhone 12 Pro iOS 16 <-> iPhone SE iOS 15.5 (CRASH) iPhone XS iOS 15.5 <-> iPhone SE iOS 15.5 (NO CRASH) iPhone XS iOS 15.5 <-> iPhone 7 iOS 14.3 (NO CRASH) iPhone XS Upgraded to iOS 16 <-> iPhone 12 pro iOS 16 (NO CRASH) iPhone XS iOS 16 <-> iPhone SE iOS 15.5 (CRASH) iPhone XS iOS 16 <-> iPhone 7 iOS 14.3 (CRASH) Xcode Log: Xcode Log Xcode Version 14.0 beta 3 (14A5270f) Editor : 2022.2
Posted Last updated
.