mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-12 03:17:36 +03:00
39 lines
1.1 KiB
JSON
39 lines
1.1 KiB
JSON
{
|
|
"label": "Global timestamp style configuration",
|
|
"description": "Global styling options for in-feed timestamps applied to recordings and snapshots.",
|
|
"groups": {
|
|
"appearance": "Appearance"
|
|
},
|
|
"position": {
|
|
"label": "Timestamp position",
|
|
"description": "Position of the timestamp on the image (tl/tr/bl/br)."
|
|
},
|
|
"format": {
|
|
"label": "Timestamp format",
|
|
"description": "Datetime format string used for timestamps (Python datetime format codes)."
|
|
},
|
|
"color": {
|
|
"label": "Timestamp color",
|
|
"red": {
|
|
"label": "Red",
|
|
"description": "Red component (0-255) for timestamp color."
|
|
},
|
|
"green": {
|
|
"label": "Green",
|
|
"description": "Green component (0-255) for timestamp color."
|
|
},
|
|
"blue": {
|
|
"label": "Blue",
|
|
"description": "Blue component (0-255) for timestamp color."
|
|
}
|
|
},
|
|
"thickness": {
|
|
"label": "Timestamp thickness",
|
|
"description": "Line thickness of the timestamp text."
|
|
},
|
|
"effect": {
|
|
"label": "Timestamp effect",
|
|
"description": "Visual effect for the timestamp text (none, solid, shadow)."
|
|
}
|
|
}
|