All public logs

Jump to navigation Jump to search

Combined display of all available logs of Izara Wiki. You can narrow down the view by selecting a log type, the username (case-sensitive), or the affected page (also case-sensitive).

Logs
  • 07:08, 6 January 2026 Seagame talk contribs created page 2026-01-06 - Cctv service design (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...")