LiveProject/controller/CameraCapture.swift
@@ -60,9 +60,7 @@ guard let buffer = CMSampleBufferGetImageBuffer(sampleBuffer) else { return } let width = CVPixelBufferGetWidth(buffer) let height = CVPixelBufferGetHeight(buffer) //print("Buffer Size: \(CVPixelBufferGetWidth(buffer))x\(CVPixelBufferGetHeight(buffer))") //print("Connection orientation: \(connection.videoOrientation.rawValue)") //print("Rotation angle: \(connection.videoRotationAngle)") //print("📷 当前帧尺寸: \(width)x\(height)") onFrame?(buffer) }