Page 1 of 1

List and download photos via HTTP web server

Posted: Wed May 31, 2017 6:55 pm
by Serge
There seems to be no way to download a previously captured photos without using the GUI, please correct me if I missed it.
I wish to download programatically via the remote utility or the web server, to allow automation.

I like the web server because it runs much faster then CameraControlRemoteCmd.exe, and it has the added feature of letting you control a cameras connected to a remote computer on the network.

If the webserver also offered a list of photos on the camera side as plain html, maybe a table, with links to download the files, it would be awesome!

Any additional metadata like dates and file size could be handy, but less critical.
A single long page instead of many short pages would be best... probably.
Thumbnails view could be handy to some users, but they should be optional as they would slow down display of a long list.

Ability to delete photos from the camera by following a link would also be much desired.

Best regards,
Serge

Re: List and download photos via HTTP web server

Posted: Wed May 31, 2017 9:02 pm
by admin
You can download all session data using

http://localhost:5513/session.json

Later you can download image (the filename is stored in Name field)
http://localhost:5513/image/DSC_0001.jpg

Re: List and download photos via HTTP web server

Posted: Fri Jun 16, 2017 7:51 pm
by Serge
Hello, I am interested in downloading images that are on the camera only.
http://localhost:5513/session.json appears to list only images in the session
ie I can have no images in the session, but plenty of images on the camera, which I can download via the digiCamControl download menu.
I would like to be able to view the list of images on the camera, via HTTP, and access them, one a time, via HTTP.