View MUSIC.lua
--[[ | |
MUSIC | |
(MUlti Shot Image Capture) | |
MUSIC helps you create bracket sets for, eg: noise reduction (NR); super resolution (SR); people removal; and ND simulation. | |
MUSIC works by taking the requested number of images, whilst handholding or on a tripod. | |
In (SR) tripod mode, the script will 'jiggle' things by moving focus, backwards and forwards between successive shots. |
View DOFIS.lua
--[[ | |
DOFIS | |
Depth of Field Info Script | |
NOTE: This script assumes you are running the Lua fix from the experimental area or have the Lua fix module in your build, ie Latest Lua fix Build (2019-03-20 09:28) | |
This script dynamically displays (in the ML top bar) the enhanced focus information. | |
If the display option is set to DoFs, then if you are focused less than H, DOFI will show the relative (R), either side of the point of focus, | |
or absolute (A) DoFs, relative to the sensor, plus show the blurs when focus is greater than H. |
View DOFIC.lua
--[[ | |
@DOFIC | |
Rev 0.835 | |
Garry George | |
@chdk_version 1.5 | |
# show_DOFIC = 1 "Display DOFIC?" {No Yes} | |
# show_coc = 0 "Show Inf focus blurs?" {No Yes} | |
# time_2_show = 5 "Display timeout (s)" [3 30] | |
# pos = 1 "Vertical position" [0 14] | |
--]] |
View gfbs2.lua
--[[ | |
@title Get Brackets | |
Capture 'Perfect' focus brackets, with focus overlap defined in terms of defocus (CHDK Circle of Confusion (CoC)) blur | |
Plus option of additional exposure brackets at each focus step, using various logic: 1Ev, 2Ev or 3Ev using -/+ or -/-- or +/++; one iso-invariant at | |
ISO at 800 or 1600; or one (Zero Noise) exposure at 4Ev, 3Ev or 2Ev | |
Focus bracketing strategies are: current position to blur-defined infinity (X2Inf); min camera focus to current position (Min2X), min camera focus to blur-defined infinity (Min2Inf); | |
current position to a delta x ahead of the current position (X2DelX); from a delta x in front of the current position to the current position (-DelX2X); | |
from a delta x in front of the current position to a delta x ahead of the current position (-D2+D). | |
None means that requested exposures will only be captured at the current focus point | |
Overlap, ie bracket to bracket focus insurance, is definded in terms of the defocus (CoC) blur, eg CoC/2 means focus brackets 'touch' at a b |
View DOFI.lua
--[[ | |
DOFI | |
Depth of Feild Info script | |
This script dynamically displays (in the ML top bar) the current infinity defocus blur, diffraction blur and the total blur at infinity. | |
The script visually shows the overlap status to aid focus bracketing: green means a positive overlap and red a focus gap between the current focus and the last image taken. | |
Yellow means the current focus is the same as the last image captured. | |
Changing aperature or focal length will reset DOFI. | |
Also exposing the ML menu will reset DOFI. | |
Augmented reality option shows the hyperfocal position as well as the focus. Set tripod height. |
View gtlapse.lua
-- movie tlapse | |
--[[ | |
Movie intervalometer | |
Garry's version of Danne's script ;-) | |
Rev 0.32 | |
--]] | |
console.hide() | |
menu.close() |
View LESMD.lua
--[[ | |
LE Sim (D) | |
BACKGROUND INFO: | |
Remember the shutter speed you set to assit in checking ML fps-shutter settings under RAW video ;-) | |
Start in LV mode or not | |
Set duration of LE simulation in ML Bulb timer (note switched off) | |
Number of frames is calculated from the ML set shutter and the Bulb time | |
Start in photo mode, ie not video mode | |
Follow script's prompts as it leads you through the workflow | |
Script will provide the option of taking an(y number of) advanced bracket set(s) after the MLV is captured (ensure Advanced Bracketing is setup to your needs, but set OFF) |
View LESM.lua
--[[ | |
LE Sim | |
SET UP: | |
Set Canon movie mode to 1920; Set ML FPS overrride to 1 (adjust later); Remember the shutter speed you set | |
Start in LV mode or not | |
Set duration of LE simulation in ML Bulb timer (note switched off) | |
Start in photo mode, ie not video mode | |
Follow script's LV prompts | |
Script will provide the option of taking an advanced bracket set after the MLV is captured (ensure Advanced Bracketing is setup to your needs, but set OFF) | |
See additional notes below in the body of the script and at photography.grayheron.net |
View TILT.LUA
--[[ | |
Tilter | |
Release 0.86 | |
May 2020 | |
Copyleft: Garry George 2020 | |
photography.grayheron.net | |
--]] | |
require("config") |
View HHBS.lua
--[[ | |
HHBS | |
Hand Held Bracketing Script for WA lenses | |
Version 1.365 | |
Garry George Oct 2019 | |
http://photography.grayheron.net/ | |
--]] | |
CON = "ON" |
NewerOlder