Documentation du fichier de configuration
Un fichier de configuration nommé config.toml
sera recherché dans les dossiers suivants : ./
, ~/.
et ~/.config/
.
Son contenu est le suivant :
[DEFAULT]
# Camera type - can be : showmewebcam, picam, webcam, dslr
cam_type = 'webcam'
use_date_for_folder = false
file_extension = 'jpg'
jpg_quality = 88
projects_folder = ''
onion_skin_onstartup = true
onionskin_alpha_default = 0.5
fullscreen_bool = true
screen_w = 1920
screen_h = 1080
framerate = 16
ffmpeg_path = '/usr/bin/ffmpeg'
v4l2-ctl_path = '/usr/bin/v4l2-ctl'
export_options = 'scale=1920:-1,crop=1920:1080'
[CAMERA]
cam_w = 1280
cam_h = 960
vflip = 0
hflip = 0
auto_exposure = 1
white_balance_auto_preset = 1
video_bitrate=25000000