Hello, I'm using KAP 3.7 on 2 Canon S110 with CHDK 1.4.1
Trigger by USB transistor (Pixhawk)
it works very well but the display off function let the display go on every time it takes a picture, then goes off again, is this normal or I made some mistakes? I use 2 identical cameras at the same time.
Below my script parameters.
Thank you very much
--[[
KAP UAV Exposure Control Script v3.7
Licence: GPL (c) 2013, 2014, 2015, 2016 by waterwingz
-- with contributions from wayback/peabody & Naccio
Please check for the latest version (and documentation) at :
http://chdk.wikia.com/wiki/KAP_%26_UAV_Exposure_Control_Script
@title KAP UAV 3.7
@chdk_version 1.3
@param i Shot Interval (sec)
@default i 2
@values i Burst Fast 2 3 4 5 10 15 20 30 45 60 90 120 180 240 300
@param o Shutdown (minutes, 0=never)?
@default o 0
@range o 0 240
@param s Total Shots (0=infinite)
@default s 0
@range s 0 10000
@param j Power off when done?
@default j 0
@range j 0 1
@param b Display Off?
@default b 1
@values b No Yes Delayed
@param d Start Delay Time (sec)
@default d 0
@range d 0 60000
@param g Exposure Bracketing
@default g 0
@values g Off +/-0.33 +/-0.66 +/-1.00 +/-1.33 +/-1.66 +/-2.00
@param e Exposure Comp (stops)
@default e 5
@values e -2.0 -1.66 -1.33 -1.0 -0.66 -0.33 0.0 0.33 0.66 1.00 1.33 1.66 2.00
@param z Zoom position
@default z 0
@values z Off 0% 10% 20% 30% 40% 50% 60% 70% 80% 90% 100%
@param c Focus @ Infinity
@default c 1
@range c 0 1
@param y Tv Min (sec)
@default y 5
@values y None 1/60 1/100 1/200 1/400 1/640 1/800 1/1000 1/1250 1/1600 1/2000
@param t Target Tv (sec)
@default t 7
@values t 1/100 1/200 1/400 1/640 1/800 1/1000 1/1250 1/1600 1/2000 1/5000
@param x Tv Max (sec)
@default x 3
@values x 1/1000 1/1250 1/1600 1/2000 1/5000 1/10000
@param f Av Low(f-stop)
@default f 1
@values f 1.8 2.0 2.2 2.6 2.8 3.2 3.5 4.0 4.5 5.0 5.6 6.3 7.1 8.0
@param a Av Target (f-stop)
@default a 2
@values a 1.8 2.0 2.2 2.6 2.8 3.2 3.5 4.0 4.5 5.0 5.6 6.3 7.1 8.0
@param m Av Max (f-stop)
@default m 13
@values m 1.8 2.0 2.2 2.6 2.8 3.2 3.5 4.0 4.5 5.0 5.6 6.3 7.1 8.0
@param p ISO Min
@default p 0
@values p 80 100 200 400 800 1250 1600
@param q ISO Max1
@default q 2
@values q 100 200 400 800 1250 1600
@param r ISO Max2
@default r 3
@values r 100 200 400 800 1250 1600
@param n Allow use of ND filter?
@default n 1
@values n No Yes
@param v Video Interleave (shots)
@default v 0
@values v Off 1 5 10 25 50 100
@param w Video Duration (sec)
@default w 10
@range w 5 300
@param u USB Shot Control?
@default u 2
@values u None On/Off OneShot GntWire Pixhawk
@param k USB Timeout (secs 0=off)
@default k 60
@range k 0 240
@param h Shot Sync LED
@default h 0
@values h Off 0 1 2 3 4 5 6 7 8 9 10 11 12 13 14 15
@param l Logging
@default l 3
@values l Off Screen SDCard Both
Spares : none
--]]