Bulb times on commandline

Post Reply
jeffpkamp
Posts: 5
Joined: Sat Oct 05, 2013 4:39 am

Bulb times on commandline

Post by jeffpkamp » Thu Sep 29, 2016 4:26 am

I'm trying to write a program that uses digicamcontrols command line to set exposure times and delays. I see that there is no bulb function on the command line. To get around this I have my program write a script that is executed by the command line function, however, one of the features I was wanting to add was a simple start/stop exposure where a button is pressed to start and stop the exposure. However, if I kill the command line script when it is executing, it just dies and leaves the exposure going until I turn off the camera.

I was wondering if there was a way to add something to the script to tell it to stop an exposure early?

Bulb times on commandline

Advertisment
 

Duka Istvan
Posts: 684
Joined: Sat Oct 03, 2015 7:57 pm

Re: Bulb times on commandline

Post by Duka Istvan » Sat Oct 08, 2016 3:12 pm

Check this version https://s3.amazonaws.com/download.digic ... 0.64.0.exe

Code: Select all

CameraControlRemoteCmd.exe /c do StartBulb

Code: Select all

CameraControlRemoteCmd.exe /c do EndBulb

Post Reply