lwille / node-gphoto2

A Node.js wrapper for libgphoto2
MIT License
296 stars 91 forks source link

Event listeners #134

Open MiningPickaxe opened 4 years ago

MiningPickaxe commented 4 years ago

Hey, I'm not sure if I missed it, but afaik there are no event listeners implemented right? I'd like to execute a code snipped every time the shutter is pressed, for that I'd need something like camera.onCapture(){//dothemagic}. If that is not yet implemented, I'd like to submit this as a feature request :)