chuckfairy / node-webcam

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

Support for multiple cameras in listControls API #54

Closed pmacostapdi closed 3 years ago

pmacostapdi commented 3 years ago

This commit fixes an oversight in the previous listControls API contribution, which only worked for the default camera; now any camera specified in the options (command line or programmatically) is honored.

chuckfairy commented 3 years ago

thanks!