chuckfairy / node-webcam

Nodejs Cross Platform Webcam usage
MIT License
193 stars 51 forks source link

Correct delay in ms/s #31

Closed ThomasOrlita closed 5 years ago

ThomasOrlita commented 5 years ago

The delay param works differently in fswebcam and in commandcam

In fswebcam it is in seconds, but in commandcam it is in milliseconds. So it should be converted either from ms to seconds or from seconds ms.

chuckfairy commented 5 years ago

https://github.com/chuckfairy/node-webcam/pull/34