Runt
2025-07-27 7b3ecfffc59d2d980d9f7628365b64c20fe015be
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)
    }