mirror of
https://gitlab.com/splashmapper/splash.git
synced 2026-02-11 06:29:39 +01:00
16 lines
320 B
Plaintext
16 lines
320 B
Plaintext
// Sample configuration file.
|
|
// This is a basic Json file, except that comments are allowed
|
|
{
|
|
"camera" : {
|
|
"size" : [1920, 1080],
|
|
"brightness" : 0.8
|
|
},
|
|
"filter" : {
|
|
"saturation" : 1.5,
|
|
"colorTemperature" : 2700.0
|
|
},
|
|
"image_ffmpeg" : {
|
|
"buffer" : 2048
|
|
}
|
|
}
|