README.md

axomavis

Video surveillance software

  • Saving video streams on a file system split into files

Example source streams json file

[
  {
    "id":"camera-1",
    "url":"rtsp://admin:admin@192.168.0.1:554/stream"
  },
  {
    "id":"camera-2",
    "url":"rtsp://admin:admin@192.168.0.2:554/stream"
  }
]

Build and run tests

mkdir build
cd build/
cmake -DTEST=on  ..
make
make test
Описание

Video surveillance software

Конвейеры
0 успешных
0 с ошибкой