This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Still photography toggler script | |
Version 1.6 (should work on all ML enabled cameras with the Lua module) | |
Garry George June 2016 | |
http://photography.grayheron.net/ | |
Toggler script for ML settings. | |
Toggle through ML settings using the selected option, ie a button you rarely use. | |
Must be in LV. | |
--]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Auto Bracketing Script | |
Auto focus bracketing with exposure bracketing | |
Plus the script does both time and frame bracketing, ie for LE situations | |
Release 1.0 | |
This version has some error detection, but the user must be aware of certain things: | |
* Check the correct DoF diffraction options are set in ML, eg diffraction aware is on for best data | |
* Must use a lens that reports focus distance and DoF can be calculated | |
* Lens must be in AF mode | |
* Must be in manual mode |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Still photography toggler script | |
NOTE: Tested on a 5D3 and 50D | |
Version 2 (should work on all ML enabled cameras with the Lua module BUT maybe not the EOSM) | |
Garry George June 2016 | |
http://photography.grayheron.net/ | |
Toggles through ML settings using the multi-controller toggle, plus a button you rarely use. | |
Must be in LV. | |
--]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
LE simulation via Bracketing, using shutterless, Full Res Silent Picture | |
Creates brackets for post processing a simulated LE exposure | |
User must set FRSP mode, ie DNG or MLV and also wheather to use Dual-ISO | |
Exposure Sim should be on | |
Should be in LV | |
MUST set Canon review to OFF | |
Base exposure should be between 0.25-14 secs | |
Version 0.8: Requires the Lua Fix | |
******************************************************************************************************* |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Bulb ND Script V1 | |
Release 0.1 | |
Jan 2017 | |
Simply takes an ND image using the currently set shutter value, but assumes an ND filter is fitted. | |
To use: | |
1. Compose and set shutter WITHOUT the ND filter fitted | |
2. Set ND values in menu and delay (in LV delay is automatically 3s) | |
3. Press SET to intiate script |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
This script simulates a super resolution stack for post processing... | |
by simulating sensor shifting by changing focus. Because of this, the script is 'limited' to taking... | |
sharp images between the HFD and infinity. | |
This script assumes you are on a tripod, ie not handholding as 'normal' in super resolution stacking (without a special sensor) | |
This version does NOT work with FRSP...at the moment :-) | |
Should be in LV | |
Canon review should be set to OFF | |
Usual caveat: script was written for my workflow and enjoyment, and 'only' tested on a 5D3 |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
LE simulation via Bracketing, using shutterless, Full Res Silent Picture | |
Creates brackets for post processing a simulated LE exposure | |
User must set FRSP mode, ie DNG or MLV and also wheather to use Dual-ISO | |
BUT note that only DNG mode has been tested ;-) | |
Exposure Sim should be on | |
Should be in LV | |
It is best to have Canon review set to OFF | |
Base exposure should be between 0.25-14 secs | |
Version 0.8: Requires the Lua Fix |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Still photography toggler script. | |
This is a stripped down version of the full Toggler, recognising the the lack of buttons to toggle with some cameras. | |
It will run on other ML enabled cameras. | |
Toggles through preset ML settings using the PLAY button. | |
Make sure ML menus are preset to the your toggled states. | |
Version 1 | |
Garry George August 2016 | |
http://photography.grayheron.net/ | |
--]] |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
--[[ | |
Auto Bracketing Script | |
Auto focus bracketing with exposure bracketing | |
Plus the script does both time and frame bracketing, eg for ND/LE simulation | |
Release August 2017 | |
This version has some error detection, but the user must be aware of certain things: | |
* Long FL lenses may fail and this script is best used with MEDIUM & WIDE angle lenses. | |
* Select FP2HFD option to estimate number of focus brackets to HFD. Add 1 bracket to this for FP2INF use case. | |
* The QHFD option takes a two bracket set, one either side of the HFD. One at HFD/2 and one at either 2xHFD or 3xHFD. | |
* Under settings you can select the 2x or 3x HFD: the default is 2xHFD. |
OlderNewer