node-gphoto2 icon indicating copy to clipboard operation
node-gphoto2 copied to clipboard

A Node.js wrapper for libgphoto2

Results 12 node-gphoto2 issues
Sort by recently updated
recently updated
newest added

How do I re-check if camera is connected? This doesn't work. Whenever I reconnect my camera, it always say _'No camera detected'_ ``` var camera = null; function checkCam(){ GPhoto.list(function...

Feature
Advice / Support request

Hi, is there a way to stop live preview/close sensor? I heard having it ON 24/7 can be harmful for sensor. I'm starting the command with: ``` camera.takePicture({ preview: true,...