Make property.nodownload settable via webserver and cmd

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

Make property.nodownload settable via webserver and cmd

Post by Serge » Sat Jun 30, 2018 6:18 pm

Hello,

Am I right to say "Transfer" mode (located in bottom left of the app window) cannot be set via webserver and cmd. Its state can only be read using "http://localhost:5513/?SLC=List&param1=property". Would it be possible to make it settable?


Also, a naive question, perhaps unrelated...
It seems settings to do with file saving are a bit confusing/distributed, and not fully flexible:
camera.compressionsetting: "cr2" "jpg" (main gui camera settings)
property.nodownload: true|false (main gui bottom left)
session.downloadonlyjpg: true|false (session settings, ignored if nodownload=true but not grayed out)
session.downloadthumbonly: true|false (session settings, ignored if nodownload=true but not grayed out)
session.deletefileaftertransfer: true|false (session settings, ignored if nodownload=true but not grayed out)

Is it possible to replace with something like this:
session.saverawtocamera: true|false
session.saverawtopc: true|false
session.savejpgtocamera: true|false
session.savejpgtopc: true|false
session.savethumbtopc: true|false
OR this:
session.saverawfile: "pc and camera", "pc", "camera", "none"
session.savejpgfile: "pc and camera", "pc", "camera", "none"
session.savethumbfile: "pc", "none"

Presented in the GUI (under session settings) as check-boxes:
PC Camera
save raw file [ ] [ ]
save jpg file [ ] [ ]
save thumbnail [ ]
(Followed by settings to do with filenames)
The only problem here is that if everything is turned off no data is saved, which can be overcome in the GUI by forcing one selection.

Best Regards

Make property.nodownload settable via webserver and cmd

Advertisment
 

Post Reply