Skip to content

kedess/axomavis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

42 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

Video surveillance software

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published