Search found 36 matches

by BStrauss3
Thu Mar 21, 2024 1:28 pm
Forum: News / Announcements
Topic: Support for Windows 11
Replies: 3
Views: 1260

Re: Support for Windows 11

Oh, I'm having the same problem. Well -a- problem, not sure if it's the same as OP's. It just crashes silently with no messages in the middle of normal usage... taking photos tethered to my Canon T3i. Typically during transfer of an image. That's always been a weak spot because of the async nature o...
by BStrauss3
Thu Mar 21, 2024 10:32 am
Forum: News / Announcements
Topic: Support for Windows 11
Replies: 3
Views: 1260

Re: Support for Windows 11

If you look at GitHub, the last development change was a year ago, the last release 2 years back.


IMNSHO, the project needs somebody to adopt it.
by BStrauss3
Sat Dec 31, 2022 6:32 pm
Forum: Feature requests
Topic: Website: Remove Google+
Replies: 0
Views: 10386

Website: Remove Google+

It's gone, he's dead Jim, there's no there there...


"In December 2018, we announced our decision to shut down Google+ for consumers in April 2019."
by BStrauss3
Tue Sep 13, 2016 2:23 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15302

Re: Using digiCamControl as a standalone library

Camera Control cmd not remote cmd... (that one is just a shell sending commands to the gui), Now depending on the specifics of your need, there is still a lot of complexity, in part due to supporting multiple camera and brands and trying to abstract this. For example Canon requires that certain func...
by BStrauss3
Tue Sep 13, 2016 12:39 am
Forum: Support
Topic: Is there any way?
Replies: 4
Views: 4497

Re: Is there any way?

Nah, I'm a hack myself.

IF your web cam is being found when you start up the program...

Install the Community Edition of Visual Studio 2015
Download the source
Open the .sln file in VS
Build

Then you want to set a debug breakpoint and see what's populated in the variables.
by BStrauss3
Mon Sep 12, 2016 6:34 pm
Forum: Development
Topic: Using digiCamControl as a standalone library
Replies: 10
Views: 15302

Re: Using digiCamControl as a standalone library

Take a look at the remote program (although Dukus doesn't love it, it works) - it's a minimal shell around the library
by BStrauss3
Mon Sep 12, 2016 6:33 pm
Forum: Support
Topic: Is there any way?
Replies: 4
Views: 4497

Re: Is there any way?

How good a coder are you?

It's likely your camera supports WIA, so digiCamControl may detect it, but it will probably take some work to make it work well...

Best bet is to try it - see what happens when you fire it up and check the logs.
by BStrauss3
Tue Sep 06, 2016 10:26 pm
Forum: Support
Topic: Live View turns off
Replies: 4
Views: 5728

Re: Live View turns off

Check the camera's timeout ...
by BStrauss3
Sat Sep 03, 2016 11:49 pm
Forum: Feature requests
Topic: email notification in camera disconnection event
Replies: 3
Views: 5674

Re: email notification in camera disconnection event

Understood - I wasn't sure of your level of knowledge. I was reading your ? as saying you were interested in making the mod, so I gave you a quick hint to make it easier for you. Otherwise, when it comes to making mods like this to digiCamControl there isn't somebody who will do it for you unless yo...
by BStrauss3
Fri Sep 02, 2016 8:05 pm
Forum: Feature requests
Topic: email notification in camera disconnection event
Replies: 3
Views: 5674

Re: email notification in camera disconnection event

You realize that both DCC and EOSUtility use the same EDSDK.dll library from Canon, right?

You would be thinking of adding an event handler to CanonSDKBase.cs for CameraDisconnected?