Command Line Utility

The command line utility can be executed running CameraControlCmd.exe which is located in installation folder by default C:\Program Files\digiCamControl

Available command line arguments

/help                     - this screen
/capture                  - capture photo
/capturenoaf              - capture photo without autofocus
/captureall               - capture photo with all connected devices
/captureallnoaf           - capture photo without autofocus with all devices
/format                   - format camera card(s)
/session session_name     - use session [session_name]
/preset preset_name       - use preset [preset_name]
/folder path              - set the photo save folder
/filenametemplate template- set the photo save file name template
/filename fileName        - set the photo save file name
/counter number           - set the photo initial counter
/wait [mseconds]          - after done wait for a keypress 
                            or specified number of milliseconds
--------------------------------------------------------
For single camera usage :
--------------------------------------------------------
/iso isonumber             - set the iso number ex. 100 200 400
/aperture aperture         - set the aperture number ex. 9.5 8.0
/shutter shutter speed     - set the shutter speed ex. "1/50" "1/250" 1s 3s
/ec compensation           - set the exposure comp. -1.5 +2.0

Remarks

  • The folder and file name parameters can't be used in same command line
  • Command line utility can't be used when digiCamControl is started even when is minimized

Examples

  • To capture to a single file : CameraControlCmd.exe /filename E:\test\test.jpg /capture
  • To execute a script file : CameraControlCmd.exe test.dccscript