Skip to content

Commit

Permalink
fix: Fix protocol call
Browse files Browse the repository at this point in the history
  • Loading branch information
mrousavy committed Dec 13, 2024
1 parent 230b49d commit 9a6f247
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package/ios/React/CameraView.swift
Original file line number Diff line number Diff line change
Expand Up @@ -375,7 +375,8 @@ public final class CameraView: UIView, CameraSessionDelegate, PreviewViewDelegat
// Call Frame Processor
let frame = Frame(buffer: sampleBuffer,
orientation: orientation.imageOrientation,
isMirrored: isMirrored)
isMirrored: isMirrored,
depthData: depthBuffer)
frameProcessor.call(frame)
}
#endif
Expand Down

0 comments on commit 9a6f247

Please sign in to comment.