https://github.com/digitalinteraction/cryptocam
Privacy Conscious Open Circuit Television
https://github.com/digitalinteraction/cryptocam
Last synced: about 1 year ago
JSON representation
Privacy Conscious Open Circuit Television
- Host: GitHub
- URL: https://github.com/digitalinteraction/cryptocam
- Owner: digitalinteraction
- Created: 2017-11-24T16:11:07.000Z (over 8 years ago)
- Default Branch: master
- Last Pushed: 2018-04-16T18:17:13.000Z (about 8 years ago)
- Last Synced: 2025-02-16T23:00:03.752Z (over 1 year ago)
- Language: JavaScript
- Homepage:
- Size: 7.93 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# CryptoCam: Camera
## Requirements
1. Node 7.x <
2. `libavconv`
3. AWS credentials in `.aws/credentials`
## Installation
1. Clone repo onto Raspberry Pi with camera (ensure camera enabled in `sudo raspi-config`).
2. Run `npm install` (`libusb` will fail to build on Linux, this is expected).
3. Run CryptoCam without logging with `./run` (root required if node not given bluetooth permissions with `sudo setcap cap_net_raw+eip $(eval readlink -f ``which node``)`).
-- Run with `node --harmony-async-await app --debug` to get full output (flag `--harmony-async-await` not required on 8.x <).