This commit is contained in:
2025-11-21 20:18:58 +02:00
parent 271f66e624
commit eef57305cd

View File

@@ -6,7 +6,7 @@ import os
import time
# --- Configuration ---
DATA_SOURCE = "udp://10.81.2.120:5000"
DATA_SOURCE = "udp://10.81.2.124:5000"
OUTPUT_DIR = "output"
TARGET_FPS = 750
TARGET_FRAME_TIME_NS = int(1e9 / 1)