chuckfairy / node-webcam

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

Incorrect warning #58

Closed jimnys-8 closed 2 years ago

jimnys-8 commented 3 years ago

The warning says If capturing image in memory your callback return type cannot be the location, but the code checks for scope.opts.callbackReturn === Webcam.CallbackReturnTypes.buffer. My proposed change should be what was intended, right?

chuckfairy commented 2 years ago

Thank you