lwille / node-gphoto2

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

gphoto2 --capture-tethered with node-gphoto2 #68

Closed mbwe closed 3 years ago

mbwe commented 9 years ago

I am trying to use the package node-gphoto2 for shooting with my camera in tethered mode. With gphoto2 i could just connect my camera and start gphoto like gphoto2 --capture-tethered. Which according to the gphoto docs does the following:

Lets gphoto2 wait for notifications from the camera that an object was added. This is useful for tethered capture, where pressing the shutter on the camera immediately transfer the image to the machine for processing.

I have searched the node-gphoto2 docs, but could not find how to accomplish this. Any help is welcome.

lwille commented 9 years ago

Asynchronous camera events are currently not implemented.

mbwe commented 9 years ago

Ah, oke thanks Iwille. Wel consider this as a feature request.

lwille commented 9 years ago

You're welcome.

zsuperben commented 6 years ago

hey guys i'd be willing to help with this. I could start next week, but how big of a project do you think this is ? is there a lot to do before i could implement the capture-tethered feature ?

Sija commented 6 years ago

@zsuperben Before you start, be sure to branch off from feature/nan (#94), which is soon-to-be master.

lwille commented 6 years ago

@zsuperben feel free to start off the current master; we successfully merged and released #94 a month ago.

JGProg commented 5 years ago

hey guys i'd be willing to help with this. I could start next week, but how big of a project do you think this is ? is there a lot to do before i could implement the capture-tethered feature ?

Hi ! Have you been able to make any progress on the subject? It's good idea :D

lwille commented 3 years ago

Sadly there was no progress on this feature. Closing for inactivity.