Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/black-161-flag/libcamera-streamer
- Owner: black-161-flag
- License: gpl-3.0
- Created: 2022-10-22T13:02:16.000Z (over 2 years ago)
- Default Branch: main
- Last Pushed: 2022-10-25T18:28:25.000Z (over 2 years ago)
- Last Synced: 2024-08-02T13:27:26.011Z (7 months ago)
- Language: Python
- Size: 32.2 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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)
```