PDA

View Full Version : Preset shutter speed



MarkusC
September 29th, 2012, 08:57 PM
I am starting my photobooth with AHK und would like to set the shutter speed via AHK to 1/125 before or after I start DSLR Pro.
I was looking in the registry but was unable to find the corresponding line.
Can somebody please tell me where I can find that setting so I can change it.

Thank you.

Markus

apples
September 30th, 2012, 07:33 PM
you just change it in the settings on the left of the screen when DSLR opens.
youn only need to set it up once, the DSLR will keep those settings.

MarkusC
September 30th, 2012, 09:40 PM
Thank you apples.

It depends when and how you switch off the booth.
Sometimes when you restart the program, the setting is on bulp.
I want that the whole thing starts up and runs without any help e.g. after power down.

I wrote a little AHK skript that manages all except checking/setting the shutter speed.
Therefore I am asking kindly where these settings are stored.

Regards

Markus

Chris Breeze
October 1st, 2012, 12:03 PM
DSLR Remote Pro doesn't store the camera settings. Instead it reads the current settings from the camera. This is because it isn't always possible to set the camera settings remotely e.g. many camera models with exposure mode dials don't allow the exposure mode to be set from the computer.

You can set the shutter speed to 1/125 sec in an AHK script like this:
Control,ChooseString,1/125,ComboBox1,DSLR Remote Pro

MarkusC
October 1st, 2012, 08:30 PM
Thank you Chris.
Exactly what I was looking for.