2024-09-06 19:53:58 +02:00
|
|
|
[DEFAULT]
|
2025-01-31 16:47:12 +01:00
|
|
|
# Camera type - can be : showmewebcam, picam, webcam, dslr
|
2025-02-12 17:06:39 +01:00
|
|
|
cam_type = 'webcam'
|
2024-09-09 14:19:06 +02:00
|
|
|
use_date_for_folder = false
|
2025-01-04 11:51:16 +01:00
|
|
|
file_extension = 'jpg'
|
|
|
|
jpg_quality = 88
|
2024-09-12 19:02:53 +02:00
|
|
|
projects_folder = ''
|
2024-09-06 19:53:58 +02:00
|
|
|
onion_skin_onstartup = true
|
|
|
|
onionskin_alpha_default = 0.5
|
|
|
|
fullscreen_bool = true
|
2025-02-10 17:54:28 +01:00
|
|
|
screen_w = 1920
|
|
|
|
screen_h = 1080
|
2024-09-06 19:53:58 +02:00
|
|
|
framerate = 16
|
2024-09-08 19:43:39 +02:00
|
|
|
ffmpeg_path = '/usr/bin/ffmpeg'
|
2025-02-10 17:54:28 +01:00
|
|
|
v4l2-ctl_path = '/usr/bin/v4l2-ctl'
|
2024-11-01 09:22:54 +01:00
|
|
|
export_options = 'scale=1920:-1,crop=1920:1080'
|
2024-09-06 19:53:58 +02:00
|
|
|
[CAMERA]
|
2025-02-12 17:06:39 +01:00
|
|
|
cam_w = 1280
|
|
|
|
cam_h = 960
|
2025-01-04 11:51:16 +01:00
|
|
|
vflip = 0
|
|
|
|
hflip = 0
|
2024-11-16 18:26:11 +01:00
|
|
|
auto_exposure = 1
|
2025-01-04 11:51:16 +01:00
|
|
|
white_balance_auto_preset = 1
|
2024-11-01 09:22:54 +01:00
|
|
|
video_bitrate=25000000
|