node-gphoto2
node-gphoto2 copied to clipboard
A Node.js wrapper for libgphoto2
Bumps [express](https://github.com/expressjs/express) from 4.17.3 to 4.19.2. Release notes Sourced from express's releases. 4.19.2 What's Changed Improved fix for open redirect allow list bypass Full Changelog: https://github.com/expressjs/express/compare/4.19.1...4.19.2 4.19.1 What's Changed Fix...
Hi, I just wanted to test this library, which is a great idea by the way, and caught a segmentation fault error there ``` ✓ node-gphoto2 should find attached cameras:...
This error happens when I call the `list()` function on a 1s interval poll. I do this to ensure that the camera is still connected and detect if new cameras...
Updated **_package.json_** to include **_win32_** in OS requirements. Let me know if any other changes are required to provide support for windows. The above change will allow _**npm install gphoto2**_...
I'm posting an issue since I can't find a way to resolve this. Everything is installed find but when I want to use gphoto2 the module can't find the right...
I`m not an expert, sorry if this is not the correct way of ask for this change. It solved me a building problem. ` 'cflags': [ '--std=c++11' ],` `'OTHER_CPLUSPLUSFLAGS' :...
Bumps [underscore](https://github.com/jashkenas/underscore) from 1.9.2 to 1.12.1. Commits c627e38 Mention CVE-2021-23358 in code, test and documentation (#2915) c9e803e Add diff and docs to the 1.12.1 change log entry 0c20985 Restore comments...
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,...
How to use in raspberrypi, i have been installed but I can not start the script do you have any idea how to use that
I would like to execute the command `gphoto2 --capture-movie --stdout | avconv -f mjpeg -r 25 -s 352x288 -i pipe:0 -r 20 http://localhost:8090/test.ffm` to create a stream for a live...