forked from reticulatedpines/magiclantern_hg_02
-
Notifications
You must be signed in to change notification settings - Fork 6
/
Copy pathmagiclantern.cfg
executable file
·44 lines (35 loc) · 996 Bytes
/
magiclantern.cfg
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
# Zebra levels
zebra.level = 61440
zebra.draw = 1
# Edge detection (too slow for real use)
edge.draw = 0
# Crop marks for 2.35:1
crop.draw = 0
hist.draw = 0
# Audio data
# mgain is according to this table:
# 0 == +0 dB
# 1 == +20 dB
# 2 == +26 dB
# 3 == +32 dB
# 4 == +10 dB
# 5 == +17 dB
# 6 == +23 dB
# 7 == +29 dB
# mgain affects both channels equally.
audio.mgain = 4
# dgain is in dB. If you want separate gains per channel,
# use audio.dgain.l and audio.dgain.r to set their gains.
audio.dgain = 18 # dB
# mic-power is boolean. Turn it on if you are using an electret mic
audio.mic-power = 1
# Enable liveview automatically?
# Turn this off if your card has trouble booting
# You will need to hit the Live-View or menu button in a few
# seconds after booting
enable-liveview = 1
# Disable the powersave so that the LiveView never shuts off?
# WARNING -- this can cause problems with your sensor!
# DO NOT LEAVE THE CAMERA ON CONTINUOUSLY.
disable-powersave = 0
reloc.enabled = 1