2025-10-01 15:39:43 +03:00
|
|
|
{
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Global timestamp style configuration",
|
|
|
|
|
"description": "Global styling options for in-feed timestamps applied to recordings and snapshots.",
|
2026-01-26 02:29:52 +03:00
|
|
|
"groups": {
|
|
|
|
|
"appearance": "Appearance"
|
|
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"position": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Timestamp position",
|
|
|
|
|
"description": "Position of the timestamp on the image (tl/tr/bl/br)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"format": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Timestamp format",
|
|
|
|
|
"description": "Datetime format string used for timestamps (Python datetime format codes)."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"color": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Timestamp color",
|
2026-01-23 18:55:56 +03:00
|
|
|
"red": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Red",
|
|
|
|
|
"description": "Red component (0-255) for timestamp color."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"green": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Green",
|
|
|
|
|
"description": "Green component (0-255) for timestamp color."
|
2025-10-01 15:39:43 +03:00
|
|
|
},
|
2026-01-23 18:55:56 +03:00
|
|
|
"blue": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Blue",
|
|
|
|
|
"description": "Blue component (0-255) for timestamp color."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"thickness": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Timestamp thickness",
|
|
|
|
|
"description": "Line thickness of the timestamp text."
|
2026-01-23 18:55:56 +03:00
|
|
|
},
|
|
|
|
|
"effect": {
|
2026-01-24 17:54:56 +03:00
|
|
|
"label": "Timestamp effect",
|
|
|
|
|
"description": "Visual effect for the timestamp text (none, solid, shadow)."
|
2025-10-01 15:39:43 +03:00
|
|
|
}
|
2026-01-24 17:54:56 +03:00
|
|
|
}
|