When I set captureSession.sessionPreset = .low, it takes about 10 seconds or more to retrieve heart rate data. When I set captureSession.sessionPreset = .medium, it only takes about 4 seconds to get the data, but the data seems to be less accurate. Is there any solution to this problem?