I have a Canon EOS 1100D camera and control it by my C# program that use it's tethering feature with Canon EOS Utility dlls.
I have to shoot one photo every 30 minute all day long, but if I want to send the camera into standby mode between two shots, the camera will be disconnected from my computer and I have to power it on by pressing a key on it.
Is there any way that I can reconnect my camera programmatically?
Note: I'm afraid of keeping the camera ON always.