Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/pavel-durov/rp-cam-ipc
Raspberry pi camera remote control
https://github.com/pavel-durov/rp-cam-ipc
ipc javascript python raspberry-pi security-cam telegram-bot
Last synced: 30 days ago
JSON representation
Raspberry pi camera remote control
- Host: GitHub
- URL: https://github.com/pavel-durov/rp-cam-ipc
- Owner: Pavel-Durov
- Created: 2018-07-22T11:08:25.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2022-12-07T21:31:21.000Z (about 2 years ago)
- Last Synced: 2024-10-17T03:19:47.097Z (3 months ago)
- Topics: ipc, javascript, python, raspberry-pi, security-cam, telegram-bot
- Language: Python
- Homepage:
- Size: 888 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 15
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
[![Build Status](https://travis-ci.org/Pavel-Durov/rp-cam-ipc.svg?branch=master)](https://travis-ci.org/Pavel-Durov/rp-cam-ipc)
[![codecov](https://codecov.io/gh/Pavel-Durov/rp-cam-ipc/branch/master/graph/badge.svg)](https://codecov.io/gh/Pavel-Durov/rp-cam-ipc)
## Raspberry pi camera ipc
Raspberry Pi camera remote control project based on [node-ipc](https://www.npmjs.com/package/node-ipc) for node.js and python local processes communication.
## Dependencies:
### node
```
$ npm install
```
### python
```
$ pip3 install -r requirements.txt
```
### enviroment libraries
```
$ bash requirements.sh
```