fix: change camera bridge port 9001→9002 (datalogger GPS needs 9001)

This commit is contained in:
kayos 2026-03-26 13:36:06 -07:00
parent 4d7154fec4
commit bd0c4cff00

View file

@ -115,7 +115,7 @@ FRAMEKM_DIR = Path("/data/recording/framekm")
# Preview constants
IMAGER_CONFIG_PATH = Path("/data/adacam/camera.config")
FRAMES_ROOT = Path("/tmp/recording/pics")
PREVIEW_STREAM_PORT = 9001
PREVIEW_STREAM_PORT = 9002
PREVIEW_TIMEOUT_SEC = 120 # auto-stop after 2 minutes (matches original odc-api)
# ADAcam config paths