Skip to content

MobiliyaTechnologies/Aggregator

Repository files navigation

Aggregator Server

Pre-requisites

  • NodeJS (4.0.0 and above)
  • Python (2.7 and above)
  • OpenCV 3+

Installation

$ git clone 
$ cd jetson-device-client
$ mv install-opencv.sh ~/
$ cd 
$ chmod +x install-opencv.sh
$ ./install-opencv.sh
$ cd jetson-device-client
$ npm run pythonPackages
$ npm install

Running the server

Starting the aggregator server:

$ node aggregatorServer.js

Limitations

  • Camera streaming URL should be known and tested before passing as input to Aggregator.

Tested video sources

  • Recorded videos, rtsp streaming url of CPPlus DVR, rtsp streaming url of onvif Sricam IP camera, Logitech webcam.

License

MIT