Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/black-161-flag/libcamera-streamer

simple streaming server using picamera2
https://github.com/black-161-flag/libcamera-streamer

Last synced: 3 months ago
JSON representation

simple streaming server using picamera2

Awesome Lists containing this project

README

        

# libcamera-streamer
simple streaming server

## prerequisites
Because the version delivered by apt is to old, please follow the instructions for [installing picamera2 via pip](https://github.com/raspberrypi/picamera2#installation-using-pip) from the [official repository](https://github.com/raspberrypi/picamera2).

## usage
python3 streamer.py

```
optional arguments:
-h, --help show this help message and exit
--hflip HFLIP rotate hflip (default: 0)
--vflip VFLIP rotate vflip (default: 0)
--width WIDTH width of the video (default: 1280)
--height HEIGHT height of the video (default: 720)
--address ADDRESS bind address (default: localhost)
--port PORT bind port (default: 8000)
```