2026-01-06 - Cctv service design: Revision history

Jump to navigation Jump to search

Diff selection: Mark the radio buttons of the revisions to compare and hit enter or the button at the bottom.
Legend: (cur) = difference with latest revision, (prev) = difference with preceding revision, m = minor edit.

    6 January 2026

    • curprev 07:0807:08, 6 January 2026Seagame talk contribs 3,353 bytes +3,353 Created page with "== CCTV Server Configuration == This configuration is used for the CCTV server. A Python FastAPI server will be created to: * Pull video from cameras * Save video locally on the computer * Upload video to S3 '''Video File Naming Convention:''' <code>{cameraName}_{videofeedId}_{startTimeRecordTimeStamp}_{endTimeRecordTimeStamp}</code> === Configuration File (config.json) === <syntaxhighlight lang="json"> { "cameras": [ { "cameraName": "camera1", "ipA..."