List and download photos via HTTP web server

Use this forum to request new features or suggest modifications to existing features
Post Reply
Serge
Posts: 26
Joined: Sat Apr 23, 2016 6:23 pm

List and download photos via HTTP web server

Post by Serge » Wed May 31, 2017 6:55 pm

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

List and download photos via HTTP web server

Advertisment
 

admin
Site Admin
Posts: 225
Joined: Tue Sep 15, 2015 8:33 pm

Re: List and download photos via HTTP web server

Post by admin » Wed May 31, 2017 9:02 pm

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

Serge
Posts: 26
Joined: Sat Apr 23, 2016 6:23 pm

Re: List and download photos via HTTP web server

Post by Serge » Fri Jun 16, 2017 7:51 pm

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.

Post Reply