Advertisement
Guest User

Untitled

a guest
Dec 24th, 2018
166
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.72 KB | None | 0 0
  1. # WaffleFPV V8 1.5.6 v26L
  2.  
  3. #--Recording Adjustments--
  4. # 4GB Clipping
  5. writew 0xC03AB4A0 0x2004
  6. # Sets Bitrate to 20Mbps.
  7. writew 0xC05C9092 0x41A0
  8. # Superview Stretch
  9. writeb 0xC06D4426 0x0C
  10. writel 0xC05C9D7C 0x04380780
  11.  
  12. #--Sharpness Adjustments--
  13. # Coring
  14. t is2 -shp mode 0
  15. t is2 -shp max_change 5 5
  16. t is2 -shp cor d:\coring.txt
  17. sleep 1
  18. # Noise adjust
  19. t ia2 -adj tidx -1 1024 -1
  20.  
  21. #--Lighting Adjustments--
  22. # Shadow/Highlights
  23. t ia2 -adj l_expo 163
  24. t ia2 -adj autoknee 200
  25. # Colour enhancement
  26. t ia2 -adj ev 10 0 70 0 0 150 0
  27. # Gamma adjustment
  28. t ia2 -adj gamma 160
  29. # ae/awb/adj fix
  30. t ia2 -3a 1 1 0 1
  31.  
  32. #--Misc. Adjustments--
  33. # Short Beep once script fully loaded
  34. t pwm 1 enable
  35. sleep 1
  36. t pwm 1 disable
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement