Problem with raw bracketing script.

nCaine

Member
Joined
Mar 26, 2016
Messages
73
Reaction score
37
Country
Poland
I have this script. It supose to take 6 jpg+raw, but it only will take 3. Strangly the scrfit will finish its loop by deleting usles files and turning off the cam.
This is modified nutsey script.

link to script.
https://www.dropbox.com/s/zcvlgq0xni91l2z/autoexec.ash?dl=0

"
#Turn on, auto-capture 6 JPEG stills, long beep
sleep 7
#SET HDR TRIM LEVELS, SET GAMMA
t ia2 -adj l_expo 163
t ia2 -adj autoknee 255
t ia2 -adj gamma 150
#SET ISO TO 400
t ia2 -ae exp 100 0 0
#SET JPEG QUALITY TO 100
writeb 0xC0BC205B 0x64
sleep 1
#8
t ia2 -ae still_shutter 1
sleep 1
t cal -raw 2 1 0
sleep 18
#1.5
t ia2 -ae still_shutter 300
sleep 1
t cal -raw 2 1 0
sleep 18
#1/16
t ia2 -ae still_shutter 900
sleep 1
t cal -raw 2 1 0
sleep 18
#1.5
t ia2 -ae still_shutter 300
sleep 1
t cal -raw 2 1 0
sleep 18
#1/1.8
t ia2 -ae still_shutter 500
sleep 1
t cal -raw 2 1 0
sleep 18
#1/16
t ia2 -ae still_shutter 900
sleep 1
t cal -raw 2 1 0
sleep 18
#DELETE JUNK FILES. Please check if your MEDIA folder is 100MEDIA
lu_util exec 'rm -f /tmp/fuse_d/DCIM/300MEDIA/*.TXT'
lu_util exec 'rm -f /tmp/fuse_d/DCIM/300MEDIA/*.BIN'
lu_util exec 'rm -f /tmp/fuse_d/DCIM/300MEDIA/*.bin'
lu_util exec 'rm -f /tmp/fuse_d/DCIM/300MEDIA/*.UV'
lu_util exec 'rm -f /tmp/fuse_d/DCIM/300MEDIA/*.Y'
#LONG BEEP
t pwm 1 enable
sleep 1
t pwm 1 disable
poweroff yes
"
 
Sorry for no reply. I will send you that file when i get to desktop pc, later.
 
Sorry mate for late reply, here is the working RAW bracketing script.

https://www.dropbox.com/s/vhrffwz61b60v3t/6x6 working.rar?dl=0

Just remember it take some time for the script to finish its job. It will start after you turn on camera.

And this script actualy takes 6 photos at each exposure time, so you get 36 photos, for further everaging them in post production.
 
Back
Top