depthDataWasDropped
A Boolean value indicating whether depth data was discarded between capture and processing.
Declaration
var depthDataWasDropped: Bool { get }Discussion
If this value is true, depth data was captured for this synchronization point but could not be delivered. This situation differs from that where no depth data capture for the synchronization timestamp occurs. In that case, there is no AVCaptureSynchronizedDepthData object present in the AVCaptureSynchronizedDataCollection object delivered to your delegate method.