Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/revmischa/panoptic-perl

Network Video DVR
https://github.com/revmischa/panoptic-perl

Last synced: 3 days ago
JSON representation

Network Video DVR

Awesome Lists containing this project

README

        

Panoptic is a system for capturing and viewing live video from video cameras.

## Installing

### Dependencies
* Clone rapid and install it (it's not in CPAN yet)
* Make sure you have `libjpeg-dev` and `libpng-dev`
* Install deps: `cpanm -v -n --installdeps .`

### Config
* `cp sample/panoptic_local.yml ./`
* Edit panoptic_local.yml, set up DB config

### Database
* Deploy schema with `script/panoptic_deploy_schema.pl`
* Populate DB with `script/panoptic_populate.pl`

### Run test server
* `script/panoptic_server.pl -r`