Help with CameraControlRemoteCmd.exe

Support and help for digiCamControl (no bug report)
Post Reply
Davo
Posts: 7
Joined: Fri Dec 28, 2018 1:53 pm

Help with CameraControlRemoteCmd.exe

Post by Davo » Sat Dec 29, 2018 5:42 pm

Hi,
I just found this software and I am very, very impressed. It is much nicer to use than EOS Utility.
I would like to control it from within a C# astronomy app that I am developing and it looks like CameraControlRemoteCmd.exe is the way to go. However, I can't for the life of me get any examples to work in Windows 10 PowerShell. (DCC is running and I am running PowerShell as administrator)

I tried

Code: Select all

".\CameraControlRemoteCmd.exe /c do LiveViewWnd_Show"

which returns
.\CameraControlRemoteCmd.exe /c do LiveViewWnd_Show
but LiveView doesn't start. (I did get LiveView to start using the web server example).

Any idea on what I am doing wrong?

Thanks in advance

Help with CameraControlRemoteCmd.exe

Advertisment
 

Davo
Posts: 7
Joined: Fri Dec 28, 2018 1:53 pm

Re: Help with CameraControlRemoteCmd.exe

Post by Davo » Thu Jan 03, 2019 9:26 pm

Problem solved. I managed to get CameraControlRemoteCmd.exe working with C# so I don't need to experiment with PowerShell any more. CameraControlRemoteCmd.exe exposes a fantastic array of functions and settings so many thanks to Duka for providing this interface.

Post Reply