Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/revmischa/panoptic-perl
- Owner: revmischa
- Created: 2011-09-05T00:15:47.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2012-07-16T07:59:07.000Z (over 12 years ago)
- Last Synced: 2024-10-18T07:53:48.569Z (3 months ago)
- Language: JavaScript
- Homepage:
- Size: 1.38 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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`