UWStout / nodejs-canon-control-server

An HTTP/Websockets server interface for the Canon EDSDK
5 stars 1 forks source link

Handle image downloads #6

Closed SamsonSmithC closed 2 years ago

SamsonSmithC commented 2 years ago

For Issue #4 Image Capture Download

Requires addition of DOWNLOAD_DIR string to environment variables. DOWNLOAD_DIR should contain a path to the local folder where all Sessions, Captures, and Images are to be stored.

Enables write routes to:

Enables Server to accept download requests received by EDSDK, rename image files, and store them in capture directories.