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:
Create a 'Session', add the Session data to a sessions.json, and create a folder for the session within DOWNLOAD_DIR
'Auto' option creates Session Folder using predefined schema, a time, and an optional nickname
'Manual' option allows user specification of Folder name/path
Create a 'Capture', and create a folder for the capture within a specified session folder
Set the current capture directory from any previously created
Enables read routes to:
Get the currently active capture directory
Get a list of all Sessions stored in sessions.json
Enables Server to accept download requests received by EDSDK, rename image files, and store them in capture directories.
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:
Set the current capture directory from any previously created
Enables read routes to:
Enables Server to accept download requests received by EDSDK, rename image files, and store them in capture directories.