Space in filename argument to Capture methods not supported

Report bugs and errors to the digiCamControl development team.
Post Reply
Serge
Posts: 26
Joined: Sat Apr 23, 2016 6:23 pm

Space in filename argument to Capture methods not supported

Post by Serge » Sat Apr 22, 2017 5:43 pm

Following command does not work correctly (v2.0.72) because the argument contains a space and quotes are ignored.

Code: Select all

"C:\Program Files (x86)\digiCamControl\CameraControlRemoteCmd.exe" /c CaptureNoAf "Test\[Time hh-mm-ss]"
A workaround is to use the webserver interface and replace spaces “ ” with “%20”:

Code: Select all

http://localhost:5513/?SLC=CaptureNoAf&param1=Test\[Time%20hh-mm-ss]
Another workaround is to set “session.filenametemplate”:

Code: Select all

"C:\Program Files (x86)\digiCamControl\CameraControlRemoteCmd.exe" /c Set session.filenametemplate Test\[Time hh-mm-ss]
"C:\Program Files (x86)\digiCamControl\CameraControlRemoteCmd.exe" /c CaptureNoAf
PS digiCamControl app needs to be restarted to turn Websrever On/Off, but the user is not warned.

Space in filename argument to Capture methods not supported

Advertisment
 

Post Reply