26 lines
681 B
TOML
26 lines
681 B
TOML
[DEFAULT]
|
|
camera_type = 0
|
|
file_extension = 'JPG'
|
|
trigger_mode = 'key'
|
|
projects_folder = ''
|
|
# project_letter = A
|
|
onion_skin_onstartup = false
|
|
onionskin_alpha_default = 0.4
|
|
onionskin_fx = false
|
|
fullscreen_bool = true
|
|
screen_w = 1920
|
|
screen_h = 1080
|
|
framerate = 16
|
|
vflip = false
|
|
hflip = false
|
|
export_options = 'scale=1920:-1,crop=1920:1080:0:102'
|
|
[CAMERA]
|
|
# Nikon D40x
|
|
capturemode = 3 # use IR remote
|
|
imagesize = 2 # use size S (1936x1296)
|
|
whitebalance = 1 # Natural light
|
|
capturetarget = 0 # Internal memory
|
|
nocfcardrelease = 0 # Allow capture without sd card
|
|
recordingmedia = 1 # Write to RAM
|
|
[CHECK]
|
|
acpower = 0 # we d'rather have this set to 0 which means we're running on AC |