schwrzd
Results
1
comments of
schwrzd
Had the same issue, this is my workaround: (CameraView+RecordVideo.swit): ``` let nanosecondsPerFrame = secondsPerFrame * 1_000_000_000.0 // Check if nanosecondsPerFrame is a valid number if !nanosecondsPerFrame.isNaN && !nanosecondsPerFrame.isInfinite { let...