frigate/web/public/locales/en/config/camera_mqtt.json

33 lines
996 B
JSON
Raw Normal View History

2026-01-25 19:34:09 +03:00
{
2026-01-28 02:10:29 +03:00
"label": "MQTT",
"description": "MQTT image publishing settings.",
2026-01-25 19:34:09 +03:00
"enabled": {
2026-01-29 18:43:43 +03:00
"label": "Send image",
2026-01-25 19:34:09 +03:00
"description": "Enable publishing image snapshots for objects to MQTT topics for this camera."
},
"timestamp": {
2026-01-29 18:43:43 +03:00
"label": "Add timestamp",
2026-01-25 19:34:09 +03:00
"description": "Overlay a timestamp on images published to MQTT."
},
"bounding_box": {
2026-01-29 18:43:43 +03:00
"label": "Add bounding box",
2026-01-25 19:34:09 +03:00
"description": "Draw bounding boxes on images published over MQTT."
},
"crop": {
2026-01-29 18:43:43 +03:00
"label": "Crop image",
2026-01-25 19:34:09 +03:00
"description": "Crop images published to MQTT to the detected object's bounding box."
},
"height": {
2026-01-29 18:43:43 +03:00
"label": "Image height",
2026-01-25 19:34:09 +03:00
"description": "Height (pixels) to resize images published over MQTT."
},
"required_zones": {
2026-01-29 18:43:43 +03:00
"label": "Required zones",
2026-01-25 19:34:09 +03:00
"description": "Zones that an object must enter for an MQTT image to be published."
},
"quality": {
2026-01-29 18:43:43 +03:00
"label": "JPEG quality",
2026-01-25 19:34:09 +03:00
"description": "JPEG quality for images published to MQTT (0-100)."
}
}