erdewit / heartwave

Multi-person heart rate measurement from webcam
BSD 2-Clause "Simplified" License
52 stars 8 forks source link

Invalid String format when running from terminal #3

Closed version0chiro closed 3 years ago

version0chiro commented 3 years ago

timeStamp = datetime.datetime.now().strftime('%Y%m%d%H%M%S%f') ValueError: Invalid format string

erdewit commented 3 years ago

What platform are you using? The format string should be valid on all platforms, but perhaps your platform has issues with the %f part.

version0chiro commented 3 years ago

Yes I fixed it manually, probably due to the python version perhaps, would be great if you list it in the readme so people can get a heads up