Command: <setcamera property="shutter" value="1"/>

Support and help for digiCamControl (no bug report)
Post Reply
Bageston
Posts: 2
Joined: Fri Feb 19, 2016 9:14 pm

Command: <setcamera property="shutter" value="1"/>

Post by Bageston » Fri Feb 19, 2016 9:24 pm

Hi,
I'm running a camera Canon EOS Rebel T5 and the follow command: <setcamera property="shutter" value="1"/ is not working. However, the command for "iso" is working properly.
Also, both 'iso' and 'shutter' work direct in the Digicamcontrol screen (mid-upper left side), but not in the Script Execution, whay not?

Please, can anybody help me with this issue?

Thanks,
J. Valentin

Command: <setcamera property="shutter" value="1"/>

Advertisment
 

moniczka03
Posts: 4
Joined: Sun Apr 10, 2016 10:40 pm

Re: Command: <setcamera property="shutter" value="1"/>

Post by moniczka03 » Sun Apr 10, 2016 11:44 pm

Hi,
I am not an expert :) but maybe You should wirte "1s" not only "1".

Like:
<setcamera property="shutter" value="1s" />

There are hints/prompts when You write "...value=" and appears a list of permitted values.

Best regards
Anna

craigthom
Posts: 12
Joined: Sun May 14, 2017 1:20 am

Re: Command: <setcamera property="shutter" value="1"/>

Post by craigthom » Thu May 25, 2017 1:31 am

That does not work.

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

Re: Command: <setcamera property="shutter" value="1"/>

Post by admin » Thu May 25, 2017 11:29 am

Check this version
https://s3.amazonaws.com/download.digic ... 0.72.7.exe
The correct syntax is (also the tcl echo is fixed)

Code: Select all

<setcamera property="shutter" value="1" />

Post Reply