Skip to content

Commit

Permalink
New directory for users scripts + new script from Fried
Browse files Browse the repository at this point in the history
  • Loading branch information
PJanisio committed Dec 27, 2015
1 parent cde8e95 commit ed81a27
Show file tree
Hide file tree
Showing 10 changed files with 42 additions and 0 deletions.
File renamed without changes.
File renamed without changes.
@@ -0,0 +1,38 @@
#author: Fried

#boot buzzer
t pwm 1 set_level 50
t pwm 1 enable
sleep 2
t pwm 1 disable
#begin
#vibrance/saturation adjustments
t ia2 -adj ev 0 0 160 0 0 190 0

#shadow/highlight clipping adjustments
t ia2 -adj l_expo 163

t ia2 -adj ae 160

t ia2 -adj autoknee 250

#set gamma level
t ia2 -adj gamma 80
#enable 14 scene mode
t cal -sc 14
#enable raw+jpeg stills
#t app test debug_dump 14
#fix ae/awb/adj locks
t ia2 -3a 1 1 0 1
#ready beep
#set noise reduction value to 500
t ia2 -adj tidx -1 500 -1


#end
#ready beep
t pwm 1 enable
sleep 1
t pwm 1 disable


File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 4 additions & 0 deletions !combo_scripts_users/README.md
@@ -0,0 +1,4 @@
What is here?

Here you can find scripts created by users. Custom scripts with many hack combined together to fullfil their requirements.
Feel free to use and contribute your scripts!
File renamed without changes.

0 comments on commit ed81a27

Please sign in to comment.