chuckfairy / node-webcam

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

Added frames to fswebcam #43

Closed nidri closed 4 years ago

nidri commented 4 years ago

Added frames to options object to capture frame rate and pass it to capture function. This will be added to the command only if provided in options. fswebcam -r 1024x768 -F -120 --jpeg 100 --no-banner img.jpg

chuckfairy commented 4 years ago

thanks friend