Skip to content

alex-lt-kong/cctv-dashboard

Repository files navigation

CCTV Dashboard

  • A web dashboard used to preview live images from CCTV cameras. It mostly use camera-server as its backend and communicate with it with shared memory.

Gallery

Desktop GUI Mobile GUI

Dependencies

  • Crow HTTP library
  • nlohmann-json for JSON support: apt install nlohmann-json3-dev
  • cURL for HTTP support: apt install libcurl4-gnutls-dev

Build

  • Back-end: just make it
  • Front-end: node babelify.js [--dev|--prod]