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

https://github.com/hrichharms/pi-stream

Python scripts to stream camera data from raspberry pi to display server.
https://github.com/hrichharms/pi-stream

raspberry-pi raspberry-pi-camera raspberry-pi-zero sockets

Last synced: 5 months ago
JSON representation

Python scripts to stream camera data from raspberry pi to display server.

Awesome Lists containing this project

README

          

# pi-stream
Python scripts to stream camera data from raspberry pi to display server.

## Usage

Server:

```python3 SERVER/server.py ```

Client:

```python3 CLIENT/client.py ```

## Configuration

All configuration options not in the usage arguments are in constants in the respective program's code. At the moment, only the client script has such configuration options, including: client bind port, camera resolution, and camera fps.