chuckfairy / node-webcam

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

Skip frames are probably wrongly typed #71

Open Iznogohul opened 6 months ago

Iznogohul commented 6 months ago

WebcamOptions interface has skip as boolean while code opts expects it as number. As a result when creating camera options with WebcamOptions the skip attribute can't be used correctly.