Write audio, video and depth-video to file

I've created a video recorder that records front facing video and depth-camera video at the same time. But as soon as audio is added to AVCaptureSession the depth video capturing stops working.

Is there any way to record and save audio, video and depth camera at the same time?

Hi there, Please clarify, are you using an AVCaptureMovieFileOutput to record? Or data outputs (VideoDataOutput, DepthDataOutput, and AudioDataOutput) to record to AVAssetWriter?

Please file a report at feedbackassistant.apple.com and if possible, include a small Xcode project that reproduces the problem.

Write audio, video and depth-video to file
 
 
Q