Pulse icon indicating copy to clipboard operation
Pulse copied to clipboard

❤️ A heart rate camera pulse detector written in Swift.

Results 3 Pulse issues
Sort by recently updated
recently updated
newest added

What about to add a delegate which will handle errors if necessary (even if it will just throw `fatalError` too). Or what about to make `init` throwable?

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...