UWStout / nodejs-canon-control-server

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

Image download worker threads #11

Closed SamsonSmithC closed 2 years ago

SamsonSmithC commented 2 years ago

Image Downloads Events now download the image to a string, then submit the string and a file path to a queue for workers to download in parallel. Workers download the image to a file then extract the exif data and send it back for the main thread.

Image Downloading should now be fully implemented to satisfy and close #4