Skip to content

Sparse-Technology/AlarmTest

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Building

Program should build on any machine which have Qt5 installed as it does not depend any other external libraries. Just follow general cmake build steps:

cd /Full_Path_To_Source_Folder/AlarmTest
mkdir build
cd build
cmake ..
make -j8

or just open project with Qt creator.

Usage

When you run the test application for the first time, please subscribe to your alarm server by pressing 'Subscribe' button. Enter the target IP to the pop-up window and then your alarms should start coming-in.

About

Video analytics alarm test application

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published