25 lines
576 B
Plaintext
25 lines
576 B
Plaintext
# MQTT broker where Frigate publishes
|
|
FRIGATE_MQTT_HOST=192.168.1.10
|
|
FRIGATE_MQTT_PORT=1883
|
|
FRIGATE_MQTT_USER=
|
|
FRIGATE_MQTT_PASS=
|
|
|
|
# Frigate topic (usually frigate/events)
|
|
FRIGATE_MQTT_TOPIC=frigate/events
|
|
|
|
# Camera & object to track
|
|
CAMERA_NAME=cam_gudang_utara
|
|
OBJECT_LABEL=ayam-potong
|
|
|
|
# Batch ends after this many seconds with no new detections
|
|
BATCH_TIMEOUT_SECONDS=60
|
|
|
|
# Business-day cutoff (HH:MM). Batches running at this time are forced closed.
|
|
DAILY_CUTOFF_TIME=17:00
|
|
|
|
# Persistence paths
|
|
DB_PATH=./frigate_counter.db
|
|
STATE_FILE=./current_batch.json
|
|
|
|
LOG_LEVEL=INFO
|