chuckfairy / node-webcam

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

No option for frame rate #42

Closed nidri closed 4 years ago

nidri commented 4 years ago

FSwebcam can take framerate option too. May be include that option while creating webcam instance?

fswebcam -F 60 -r 1024x768

chuckfairy commented 4 years ago

We can add that feature. Probably name it number_of_frames so we don't conflict with a possible framerate config when we add video support.

chuckfairy commented 4 years ago

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